Skip to content

Commit e0714ed

Browse files
committed
first commit
1 parent a129b87 commit e0714ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

test/app.e2e-spec.ts

+3
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,8 @@ describe('Movie Management System (e2e)', () => {
7272
.expect(400);
7373
});
7474
});
75+
76+
77+
7578
})
7679
});

test/jest-e2e.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"testRegex": ".e2e-spec.ts$",
66
"transform": {
77
"^.+\\.(t|j)s$": "ts-jest"
8+
},
9+
"moduleNameMapper": {
10+
"^src/(.*)$": "<rootDir>/../src/$1"
811
}
9-
}
12+
}

0 commit comments

Comments
 (0)