Skip to content

Commit 37a56c9

Browse files
Merge pull request #227 from contentstack/staging
DX | 18-08-25 | Release
2 parents fd70c4e + 06db7df commit 37a56c9

File tree

5 files changed

+184
-170
lines changed

5 files changed

+184
-170
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ fileignoreconfig:
77
- filename: src/commands/tsgen.ts
88
checksum: b797eacb07acbf02dc0092c2453a6e13360f3b4c5fb54dc7f9a762cdd092fd0a
99
- filename: package-lock.json
10-
checksum: 5e3bffdfa9849c876b60bfae8bb6b4d4f47673f834f3480e99efd8aa98d2f65f
10+
checksum: a04ca5758042fc291c45906cacb111acfb9d9f79938498b7442f181a8c21982d
1111
version: "1.0"

jest.config.js

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
module.exports = {
2-
"roots": [
3-
"<rootDir>"
4-
],
5-
"testMatch": [
6-
"**/tests/**/*.+(ts|tsx)",
7-
"**/?(*.)+(spec|test).+(ts|tsx)"
8-
],
9-
"transform": {
10-
"^.+\\.(ts|tsx)$": "ts-jest"
2+
preset: "ts-jest",
3+
testEnvironment: "node",
4+
roots: ["<rootDir>"],
5+
testMatch: ["**/tests/**/*.+(ts|tsx)", "**/?(*.)+(spec|test).+(ts|tsx)"],
6+
transform: {
7+
"^.+\\.(ts|tsx)$": "ts-jest",
118
},
12-
}
9+
};

0 commit comments

Comments
 (0)