-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDPA-3172] Update create-ripple-app to 1.2.0 (#504)
* Update create-ripple-app to 1.1.0-alpha.0 * make update script source folder configurable * Remove redundant cypress commands in project root * Update ripple nuxt tide version * Cleanup dependencies, remove babel from example app * fix cypress dependencies * fix runtests script * CR Changes - Fix module array in config * restore ol transform in jest config * Update CRA to latest version * remove console
- Loading branch information
1 parent
cb9ab26
commit f8474b3
Showing
26 changed files
with
148 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module.exports = { | ||
verbose: true, | ||
moduleNameMapper: { | ||
'~(.*)$': '<rootDir>/$1', // Add nuxt root alias in jest | ||
'^vue$': 'vue/dist/vue.esm.js' | ||
}, | ||
testURL: 'http://localhost', | ||
collectCoverage: true, | ||
testMatch: ['**/*.test.js'], | ||
moduleFileExtensions: ['js', 'vue', 'json'], | ||
transform: { | ||
'^.+\\.js$': 'babel-jest', | ||
'.*\\.(vue)$': 'vue-jest' | ||
}, | ||
transformIgnorePatterns: ['node_modules/(?!(@dpc-sdp*)/)'] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.