mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
make snapshot e2e tests work, except main.js/main.html only
This commit is contained in:
@ -4,7 +4,7 @@ module.exports = {
|
||||
src: {
|
||||
test: ['src/**/test/*.spec.js'],
|
||||
js: ['src/**/*.js', '!src/**/test/**/*.js'],
|
||||
e2e: ['src/**/test/*/**/*'],
|
||||
e2e: ['src/components/*/test/*/**/*'],
|
||||
html: 'src/**/*.html',
|
||||
scss: 'src/components/**/*.scss',
|
||||
},
|
||||
|
Reference in New Issue
Block a user