Skip to content

Commit 8dd4852

Browse files
committed
Remove testing artifact
1 parent 85a8fbc commit 8dd4852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/util/resolvers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import { resolveSchema } from '../../src/util/resolvers';
2626
import test from 'ava';
2727

28-
test.only('resolveSchema - resolves schema with any ', t => {
28+
test('resolveSchema - resolves schema with any ', t => {
2929
const schema = {
3030
$defs: {
3131
Base: {

0 commit comments

Comments
 (0)