File: main.js

package info (click to toggle)
node-ts-loader 9.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 10,940 kB
  • sloc: javascript: 7,230; makefile: 4
file content (2 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (45)
1
2
const testsContext = require.context('./', true, /\.tests\.ts(x?)$/);
testsContext.keys().forEach(testsContext);