mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
'use strict'
|
|
|
|
const testsContext = require.context('../test/', true, /.test\.js$/)
|
|
|
|
testsContext.keys().forEach(testsContext)
|