Skip to content

Commit

Permalink
#219 - A tiny cleanup in test:browser changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpiotr-dev committed Apr 11, 2020
1 parent a83d6a7 commit d12d6af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 62 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ lib
*.config.js
*.conf.ts
doc
test-main.js
2 changes: 1 addition & 1 deletion test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// current directory and all subdirectories
const testsContext = require.context('./lib/test', true, /.spec.js$/);

testsContext.keys().forEach(testsContext);
testsContext.keys().forEach(testsContext);
61 changes: 0 additions & 61 deletions tsconfig.tests.json

This file was deleted.

0 comments on commit d12d6af

Please sign in to comment.