Skip to content

Commit

Permalink
Applied modifications per ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cremer authored and Fernando Cremer committed Jul 27, 2023
1 parent b12ed91 commit a899cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/survey-plugin/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
// map style asset imports to a stub file under the assumption they are not important to our tests
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js",
"@cortexapps/plugin-core/components":
"<rootDir>/node_modules/@cortexapps/plugin-core/dist/components.cjs.js",
"<rootDir>/../../node_modules/@cortexapps/plugin-core/dist/components.cjs.js",
"@cortexapps/plugin-core":
"<rootDir>/node_modules/@cortexapps/plugin-core/dist/index.cjs.js",
"<rootDir>/../../node_modules/@cortexapps/plugin-core/dist/index.cjs.js",
},
setupFilesAfterEnv: ["<rootDir>/setupTests.ts"],
testEnvironment: "jsdom",
Expand Down
2 changes: 1 addition & 1 deletion plugins/survey-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"removeComments": true,
"strictNullChecks": true,
"target": "es6",
"typeRoots": ["./node_modules/@types"]
"typeRoots": ["../../node_modules/@types", "./node_modules/@types"]
}
}

0 comments on commit a899cb0

Please sign in to comment.