Ignore test files from coverage

This commit is contained in:
Josh Johnson 2017-11-07 12:19:56 +00:00
parent 09cffecc69
commit 1dc040d7f8
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@
"src/**/**/**/**/**/*.js"
],
"exclude": [
"src/**/**/**/**/**/*.spec.js"
"src/**/**/**/**/**/*.test.js"
]
}
}

View file

@ -4,7 +4,7 @@ import { spy, stub } from 'sinon';
import Choices from './choices';
import { EVENTS } from './constants';
describe.only('choices', () => {
describe('choices', () => {
let instance;
let passedElement;