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'
|
||||
|
||||
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')
|
||||
|
Reference in New Issue
Block a user