mirror of
https://github.com/Cameri/nostream.git
synced 2025-08-09 04:31:59 +02:00
test: remove .only
This commit is contained in:
@@ -3,7 +3,7 @@ import sinon from 'sinon'
|
|||||||
|
|
||||||
import { Alternative } from '../../../src/utils/runes'
|
import { Alternative } from '../../../src/utils/runes'
|
||||||
|
|
||||||
describe.only('Alternative', () => {
|
describe('Alternative', () => {
|
||||||
describe('constructor', () => {
|
describe('constructor', () => {
|
||||||
it('throw error if field has punctuations', () => {
|
it('throw error if field has punctuations', () => {
|
||||||
expect(() => new Alternative('%', '=', 'value')).to.throw(Error, 'Field is not valid')
|
expect(() => new Alternative('%', '=', 'value')).to.throw(Error, 'Field is not valid')
|
||||||
|
Reference in New Issue
Block a user