test: remove .only

This commit is contained in:
Ricardo Arturo Cabral Mejia
2022-08-27 03:37:30 +00:00
parent 376d0eb599
commit 64ba4bb118

View File

@@ -3,7 +3,7 @@ import sinon from 'sinon'
import { Alternative } from '../../../src/utils/runes'
describe.only('Alternative', () => {
describe('Alternative', () => {
describe('constructor', () => {
it('throw error if field has punctuations', () => {
expect(() => new Alternative('%', '=', 'value')).to.throw(Error, 'Field is not valid')