Skip to content

Commit 575873c

Browse files
author
Walker Leite
committed
feat(jest): add jest-preset-loopback
1 parent dc2a6c7 commit 575873c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
preset: 'jest-preset-loopback',
23
moduleFileExtensions: [
34
'js',
45
'json',

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"gulp-sourcemaps": "^2.6.0",
6868
"jest": "^22.4.4",
6969
"jest-plugins": "^2.9.0",
70+
"jest-preset-loopback": "^1.0.0",
7071
"loopback-jest": "^1.3.0",
7172
"tfilter": "^1.0.1",
7273
"through2": "^2.0.3",

0 commit comments

Comments
 (0)