Skip to content

Commit

Permalink
fix: fix test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Mar 13, 2019
1 parent d6d268c commit 06d4155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ getTestBed().initTestEnvironment(
platformBrowserDynamicTesting()
);
// Then we find all the tests.
const context = require.context('./', true, /nz-input-number\.spec\.ts$/);
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);

0 comments on commit 06d4155

Please sign in to comment.