remove .only
This commit is contained in:
parent
945b618d2c
commit
6066e80718
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import { paramsString } from 'src/api/helpers.js'
|
import { paramsString } from 'src/api/helpers.js'
|
||||||
|
|
||||||
describe('API Helpers', () => {
|
describe('API Helpers', () => {
|
||||||
describe.only('paramsString', () => {
|
describe('paramsString', () => {
|
||||||
it('should return empty string when given empty object', () => {
|
it('should return empty string when given empty object', () => {
|
||||||
const string = paramsString({})
|
const string = paramsString({})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue