aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index d0ba361..eda029a 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -18,7 +18,6 @@ module.exports = {
18 testEnvironment: 'node', 18 testEnvironment: 'node',
19 testPathIgnorePatterns: [ 19 testPathIgnorePatterns: [
20 '/dist/', 20 '/dist/',
21 '/dist-types',
22 '/node_modules/', 21 '/node_modules/',
23 ], 22 ],
24}; 23};