Skip to content

Commit

Permalink
feat:#1218 moving folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed May 20, 2020
1 parent e479806 commit 4734d6a
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web-components/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ module.exports = {
},
},
},
setupFiles: ['<rootDir>/src/scripts/jest-setup.js'],
testPathIgnorePatterns: ['<rootDir>/src/scripts'],
setupFiles: ['<rootDir>/scripts/jest-setup.js'],
testPathIgnorePatterns: ['<rootDir>/scripts'],
collectCoverageFrom: ['<rootDir>/src/**/*.ts', '<rootDir>/src/**/*.svelte'],
coverageDirectory: './src/tests/coverage',
coverageDirectory: './tests/coverage',
coveragePathIgnorePatterns: [
'<rootDir>[/\\\\](node_modules|src/types|src/tests|src/scripts|src/tests|src/common/styles/__themes__)[/\\\\]',
'<rootDir>[/\\\\](node_modules|src/types|tests|scripts|tests|src/common/styles/__themes__)[/\\\\]',
'__stubs__',
'.d.ts',
],
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// appointment-bookings server goes here
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// property-detail server goes here
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// viewing-bookings server goes here

0 comments on commit 4734d6a

Please sign in to comment.