mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-19 10:00:06 +00:00
chore: only removed
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { isValidJson } from '../../utils'
|
import { isValidJson } from '../../utils'
|
||||||
|
|
||||||
describe.only('jsonValidator', () => {
|
describe('jsonValidator', () => {
|
||||||
it('should not throw an error with an valid json', () => {
|
it('should not throw an error with an valid json', () => {
|
||||||
const json = {
|
const json = {
|
||||||
test: 'test'
|
test: 'test'
|
||||||
|
|||||||
Reference in New Issue
Block a user