mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
test: remove .only
This commit is contained in:
parent
376d0eb599
commit
64ba4bb118
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user