UNPKG
@botonic/plugin-intent-classification
Version:
alpha (0.19.0-alpha.5)
latest (0.20.0)
rc (0.20.0-rc.0)
0.20.0
0.20.0-rc.0
0.19.0
0.19.0-alpha.5
0.19.0-alpha.4
0.19.0-alpha.3
0.19.0-alpha.2
0.19.0-alpha.1
0.19.0-alpha.0
## What does this plugin do?
@botonic/plugin-intent-classification
/
jest.config.js
6 lines
(5 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { collectCoverageFrom: [
'src/**/*.{js,jsx,ts,tsx}'
,
'!/node_modules/'
], preset:
'ts-jest'
, testEnvironment:
'node'
, }