UNPKG
string-utils-basic
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
basic string utils library
github.com/apoorv-x12/string-utils-basic
apoorv-x12/string-utils-basic
string-utils-basic
/
jest.config.js
6 lines
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { testEnvironment:
'node'
, transform: {}, moduleFileExtensions: [
'js'
], testMatch: [
'**/test/**/*.test.js'
], };