mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
253efc6f8c
* Setup jest config * Adjust test for jest. * Adjust lint config * Omit swaps ui folder for unit testing * Omit swaps from test:unit:lax * Add jest.config.js to script files * Restore mocks rather than clearing them. * Update jest config and adjust lint to include subdirs * Convert view-quote-price-difference test to jest * Add jest ci and ci coverage scripts. Add jest unit test to general test command * Add test coverage to ci * Use --ignore flag * Fixup * Add @metamask/eslint-config-jest * Update .eslintrc.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Adds jest-coverage/ Co-authored-by: Mark Stacey <markjstacey@gmail.com>
49 lines
451 B
Plaintext
49 lines
451 B
Plaintext
npm-debug.log
|
|
yarn-error.log
|
|
node_modules
|
|
package-lock.json
|
|
|
|
audit.json
|
|
|
|
app/bower_components
|
|
test/bower_components
|
|
package
|
|
.eslintcache
|
|
|
|
# IDEs
|
|
.idea
|
|
.vscode
|
|
.sublime-project
|
|
|
|
*.bak
|
|
|
|
# VIM
|
|
*.swp
|
|
*.swo
|
|
|
|
temp
|
|
.tmp
|
|
.sass-cache
|
|
.DS_Store
|
|
app/.DS_Store
|
|
|
|
storybook-build/
|
|
coverage/
|
|
jest-coverage/
|
|
dist
|
|
builds/
|
|
builds.zip
|
|
|
|
test-artifacts
|
|
test-builds
|
|
build-artifacts
|
|
|
|
#ignore css output and sourcemaps
|
|
ui/app/css/output/
|
|
|
|
notes.txt
|
|
|
|
.nyc_output
|
|
|
|
.metamaskrc
|