We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2a6c7 commit 575873cCopy full SHA for 575873c
template/jest.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ preset: 'jest-preset-loopback',
3
moduleFileExtensions: [
4
'js',
5
'json',
template/package.json
@@ -67,6 +67,7 @@
67
"gulp-sourcemaps": "^2.6.0",
68
"jest": "^22.4.4",
69
"jest-plugins": "^2.9.0",
70
+ "jest-preset-loopback": "^1.0.0",
71
"loopback-jest": "^1.3.0",
72
"tfilter": "^1.0.1",
73
"through2": "^2.0.3",
0 commit comments