Skip to content

Commit

Permalink
Merge pull request #15 from contentstack/development
Browse files Browse the repository at this point in the history
Fix for CS-30332.
  • Loading branch information
Jayesh2812 committed Dec 6, 2022
2 parents 943e46c + d753173 commit b269e1d
Show file tree
Hide file tree
Showing 9 changed files with 9,180 additions and 538 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules

coverage
test-report.html
lib

#OS
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testResultsProcessor: "./node_modules/jest-html-reporter"
};
Loading

0 comments on commit b269e1d

Please sign in to comment.