Skip to content

Commit

Permalink
Update components/test.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Hsuan Lee <HsuanGM@gmail.com>
  • Loading branch information
Wendell and hsuanxyz committed Jun 4, 2019
1 parent c0a5495 commit bc913c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/test.ts
Expand Up @@ -15,6 +15,6 @@ getTestBed().initTestEnvironment(
platformBrowserDynamicTesting()
);
// Then we find all the tests.
const context = require.context('./', true, /grid\.spec\.ts$/);
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);

0 comments on commit bc913c8

Please sign in to comment.