Skip to content

Commit

Permalink
Merge pull request #108 from canjs/organize-tests-for-prod
Browse files Browse the repository at this point in the history
Organize tests for prod
  • Loading branch information
cherifGsoul authored Jun 24, 2020
2 parents a0d23a3 + 88932d6 commit 496f723
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions test/test-no-class-fields.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import "../src/can-stache-element-test";
import "../src/mixin-props-test";
import "../src/mixin-lifecycle-methods-test";
import "../src/mixin-stache-view-test";
import "../src/mixin-viewmodel-symbol-test";
import "../src/import-export-steal-test";
import "../src/mixin-bindings-test";
import "../src/mixin-initialize-bindings-test";
import "../src/mixin-bind-behaviour-test";
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ import "../src/mixin-initialize-bindings-test";
import "../src/mixin-bind-behaviour-test";
// Conditional loading with full module path is required to run tests in canjs suite
// Safari doesn't handle class fields
import "../src/mixin-props-class-fields-test#?can-stache-element/test/class-fields-supported";
import "can-stache-element/src/mixin-props-class-fields-test#?can-stache-element/test/class-fields-supported";

0 comments on commit 496f723

Please sign in to comment.