Remove .only function

This commit is contained in:
Andrej Ocenas
2019-03-18 10:40:04 +01:00
parent 854644f46c
commit dcc5373e77

View File

@@ -161,7 +161,7 @@ describe('change threshold value', () => {
});
describe('on blur threshold value', () => {
it.only('should resort rows and update indexes', () => {
it('should resort rows and update indexes', () => {
const { instance } = setup();
const thresholds = [
{ index: 0, value: -Infinity, color: '#7EB26D' },