UNPKG
use-async-queue
Version:
latest (3.0.1)
3.0.1
3.0.0
2.1.5
2.1.3
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
github.com/sandinmyjoints/use-async-queue
use-async-queue
/
jest.config.js
8 lines
(7 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { testEnvironment:
"jsdom"
, watchPathIgnorePatterns: [
"<rootDir>/dist/"
], transform: {
"^.+\\.jsx?$"
:
"babel-jest"
, }, };