diff jest.config.js @ 29:45ed53428e74

fix configs to run tests (all in one bundle though)
author drewp@bigasterisk.com
date Sun, 15 Dec 2019 21:18:42 -0800
parents 94629c39681c
children 3d8b98e9c01d
line wrap: on
line diff
--- a/jest.config.js	Sun Dec 15 12:38:11 2019 -0800
+++ b/jest.config.js	Sun Dec 15 21:18:42 2019 -0800
@@ -9,6 +9,8 @@
   globals: {
     'ts-jest': {
       packageJson: 'package.json',
+      babelConfig: true
     }
-  }
+  },
+  resolver: require.resolve(`jest-pnp-resolver`)
 };
\ No newline at end of file