UNPKG
refined-text-search
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
Tokenize a search query with refined options (like Google's) and match against a target
refined-text-search
/
jest.config.js
6 lines
(5 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, modulePathIgnorePatterns: [
'<rootDir>/dist'
], }