Skip to content

Commit

Permalink
disable angular tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Apr 25, 2022
1 parent 446d8be commit e462442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compileOnSave": false,
"compilerOptions": {
"module": "ES2020",
"outDir": "dist",
"types": ["node"],
"rootDir": "./src",
Expand Down
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ module.exports = {
},
projects: [
'<rootDir>',
'<rootDir>/app/angular',
// '<rootDir>/app/angular',
'<rootDir>/examples/cra-kitchen-sink',
'<rootDir>/examples/cra-ts-kitchen-sink',
'<rootDir>/examples/html-kitchen-sink',
'<rootDir>/examples/svelte-kitchen-sink',
'<rootDir>/examples/vue-kitchen-sink',
'<rootDir>/examples/angular-cli',
// '<rootDir>/examples/angular-cli',
'<rootDir>/examples/preact-kitchen-sink',
// This is explicitly commented out because having vue 2 & 3 in the
// dependency graph makes it impossible to run storyshots on both examples
Expand Down

0 comments on commit e462442

Please sign in to comment.