mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-13 07:23:03 +01:00
3 lines
165 B
JavaScript
3 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)
|