Skip to content

Commit b269e1d

Browse files
authored
Merge pull request #15 from contentstack/development
Fix for CS-30332.
2 parents 943e46c + d753173 commit b269e1d

File tree

9 files changed

+9180
-538
lines changed

9 files changed

+9180
-538
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22

33
coverage
4+
test-report.html
45
lib
56

67
#OS

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'jsdom',
4+
testResultsProcessor: "./node_modules/jest-html-reporter"
45
};

0 commit comments

Comments
 (0)