Skip to content

Commit

Permalink
chore(dropdown): reverting test entry point #984
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo committed May 9, 2018
1 parent 163eeb1 commit 4db72ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma-test-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ TestBed.initTestEnvironment(
platformBrowserDynamicTesting()
);

const testsContext: any = require.context("./src/drop-down", true, /\.spec\.ts$/);
const testsContext: any = require.context("./src", true, /\.spec\.ts$/);
testsContext.keys().forEach(testsContext);

0 comments on commit 4db72ad

Please sign in to comment.