mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-07 13:52:39 +01:00
4 lines
165 B
JavaScript
4 lines
165 B
JavaScript
![]() |
// require all test files (files that ends with .spec.js)
|
||
|
const testsContext = require.context('./specs', true, /\.spec$/)
|
||
|
testsContext.keys().forEach(testsContext)
|