print canvas-rce errors in linter-js
Change-Id: I95410a3d5fc02fe0d0ad1e16180110d6a7dd32cc Reviewed-on: https://gerrit.instructure.com/194947 Reviewed-by: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> Tested-by: Jenkins
This commit is contained in:
parent
3f7dbdcc4f
commit
cd3e069919
|
@ -63,7 +63,7 @@ docker-compose.local.*
|
|||
/packages/*/node_modules
|
||||
/packages/*/lib
|
||||
/packages/*/es
|
||||
/packages/canvas-planner/coverage/
|
||||
/packages/*/coverage/
|
||||
/packages/canvas-planner/.babel-cache
|
||||
|
||||
# pact artifacts
|
||||
|
|
|
@ -21,6 +21,10 @@ module.exports = {
|
|||
'jest-canvas-mock',
|
||||
'<rootDir>/jest/jest-setup.js'
|
||||
],
|
||||
reporters: [
|
||||
"default",
|
||||
["jest-junit", {outputDirectory: './coverage'}]
|
||||
],
|
||||
setupFilesAfterEnv: ['<rootDir>/jest/jest-setup-framework.js'],
|
||||
testPathIgnorePatterns: [
|
||||
"<rootDir>/node_modues",
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@instructure/canvas-theme": "6",
|
||||
"@instructure/media-capture": "^5",
|
||||
"@instructure/ui-a11y": "6",
|
||||
"@instructure/ui-alerts": "6",
|
||||
"@instructure/ui-billboard": "6",
|
||||
|
@ -109,7 +110,6 @@
|
|||
"@instructure/ui-forms": "6",
|
||||
"@instructure/ui-icons": "6",
|
||||
"@instructure/ui-layout": "6",
|
||||
"@instructure/media-capture": "^5",
|
||||
"@instructure/ui-overlays": "6",
|
||||
"@instructure/ui-react-utils": "6",
|
||||
"@instructure/ui-svg-images": "6",
|
||||
|
@ -119,6 +119,7 @@
|
|||
"@instructure/ui-themes": "6",
|
||||
"@instructure/ui-toggle-details": "6",
|
||||
"@instructure/uid": "6",
|
||||
"@tinymce/tinymce-react": "^3.0.1",
|
||||
"aphrodite": "^2",
|
||||
"bloody-offset": "0.0.0",
|
||||
"format-message": "^6",
|
||||
|
@ -134,8 +135,7 @@
|
|||
"redux-batch-middleware": "^0.2.0",
|
||||
"redux-thunk": "^2",
|
||||
"scroll-into-view": "https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab",
|
||||
"tinymce": "^5",
|
||||
"@tinymce/tinymce-react": "^3.0.1"
|
||||
"tinymce": "^5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7",
|
||||
|
@ -163,6 +163,7 @@
|
|||
"format-message-parse": "^6",
|
||||
"jest": "^24",
|
||||
"jest-canvas-mock": "^1",
|
||||
"jest-junit": "^6.4.0",
|
||||
"jsdom": "^13.0.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"jsdomify": "^3",
|
||||
|
|
|
@ -11479,7 +11479,7 @@ jest-jasmine2@^24.8.0:
|
|||
pretty-format "^24.8.0"
|
||||
throat "^4.0.0"
|
||||
|
||||
jest-junit@^6:
|
||||
jest-junit@^6, jest-junit@^6.4.0:
|
||||
version "6.4.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-6.4.0.tgz#23e15c979fa6338afde46f2d2ac2a6b7e8cf0d9e"
|
||||
integrity sha512-GXEZA5WBeUich94BARoEUccJumhCgCerg7mXDFLxWwI2P7wL3Z7sGWk+53x343YdBLjiMR9aD/gYMVKO+0pE4Q==
|
||||
|
|
Loading…
Reference in New Issue