Skip to content

Commit

Permalink
fix: tests maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift committed Feb 23, 2024
1 parent ec4e81d commit 8b8416e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-resgrid-apps-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"testci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI",
"testci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI --include=**/*.spec.ts",
"lint": "ng lint",
"e2e": "ng e2e",
"semantic-release": "semantic-release"
Expand Down
4 changes: 0 additions & 4 deletions projects/ngx-resgrid-apps-shared/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting()
);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);

0 comments on commit 8b8416e

Please sign in to comment.