Skip to content

Commit

Permalink
fix: #3693 broken thread.json should not break the entire threads
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Sep 20, 2024
1 parent 302b73a commit 28a9760
Show file tree
Hide file tree
Showing 7 changed files with 446 additions and 7 deletions.
5 changes: 5 additions & 0 deletions extensions/conversational-extension/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
}
1 change: 1 addition & 0 deletions extensions/conversational-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"author": "Jan <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "tsc -b . && webpack --config webpack.config.js",
"build:publish": "rimraf *.tgz --glob && yarn build && npm pack && cpx *.tgz ../../pre-install"
},
Expand Down
Loading

0 comments on commit 28a9760

Please sign in to comment.