840e27b3fd
- server tests now use the "node" jest environment, removing the mongoose warning - both projects can use their own jest.setup.js file
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
import '@babel/polyfill';
|
|
import mongoose from 'mongoose';
|
|
|
|
mongoose.Promise = global.Promise;
|