Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit 7cd93a6

Browse files
committed
Document the test bundler 📕
1 parent d4133a7 commit 7cd93a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎karma-static-files/test-bundle.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
/**
2+
* Sagui test bundler that finds all test files in a project
3+
* for Karma to run them.
4+
*/
15
const testsContext = require.context('../../../src', true, /\.spec\..+$/)
26
testsContext.keys().forEach(testsContext)

0 commit comments

Comments
 (0)