-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated submodules to include fixes for: mdenet/educationplatform/fix…
…/platform-testability#194 class based platform for unit test, mdenet/educationplatform/fix/run-tests-multiple-browsers#191 run unit tests on multiple browsers, mdenet/educationplatform/fix/unittests-configvalidators#189 tests for config validators, mdenet/educationplatform/fix/unittests-toolmanager#188 tests for ToolManager, mdenet/educationplatform/fix/unitests-activitymanager#187 tests for activity manager, and mdenet/educationplatform/fix/removed-unused-backend#186 removed unused backed class. Features for: mdenet/educationplatform/feature/test-code-coverage#185 added unit test coverage reporting, mdenet/platformtools/feature/test-code-coverage#64 added unit test coverage for editor serve, mdenet/platformtools/feature/test-lint#63 enabled linting for Xtext editor server.
- Loading branch information
1 parent
c346995
commit a069af7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule educationplatform
updated
19 files
+140 −2 | .github/workflows/ci.yml | |
+8,115 −5,023 | package-lock.json | |
+47 −2 | platform/karma.conf.js | |
+10 −1 | platform/package.json | |
+8 −3 | platform/src/ActivityManager.js | |
+0 −37 | platform/src/Backend.js | |
+1,069 −0 | platform/src/EducationPlatform.js | |
+0 −1,071 | platform/src/Playground.js | |
+1 −1 | platform/src/ToolsManager.js | |
+39 −0 | platform/src/Utility.js | |
+23 −0 | platform/src/index.js | |
+50 −0 | platform/test/resources/TestActivityFiles.js | |
+46 −0 | platform/test/resources/TestToolFiles.js | |
+69 −0 | platform/test/resources/TestUtility.js | |
+262 −0 | platform/test/spec/testActivityConfigValidatorSpec.js | |
+226 −0 | platform/test/spec/testActivityManagerSpec.js | |
+244 −0 | platform/test/spec/testToolConfigValidatorSpec.js | |
+172 −11 | platform/test/spec/testToolManagerSpec.js | |
+1 −1 | platform/webpack.config.js |
Submodule platformtools
updated
9 files