1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-26 04:09:13 +08:00
akkoma-fe/test/unit/index.js
2024-05-28 04:02:17 +01:00

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)