Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jul 13, 2024
1 parent e8515a5 commit 173c797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Top Level Focus Top Level Skip When passing false Should run all fields 1`] = `
{
Promise {
"done": [Function],
"dump": [Function],
"errorCount": 3,
Expand Down Expand Up @@ -39,7 +39,6 @@ exports[`Top Level Focus Top Level Skip When passing false Should run all fields
"isValid": [Function],
"isValidByGroup": [Function],
"pendingCount": 0,
"resolve": [Function],
"suiteName": undefined,
"testCount": 3,
"tests": {
Expand Down Expand Up @@ -84,7 +83,7 @@ exports[`Top Level Focus Top Level Skip When passing false Should run all fields
`;

exports[`Top Level Focus Top Level Skip When passing undefined Should run all fields 1`] = `
{
Promise {
"done": [Function],
"dump": [Function],
"errorCount": 3,
Expand Down Expand Up @@ -122,7 +121,6 @@ exports[`Top Level Focus Top Level Skip When passing undefined Should run all fi
"isValid": [Function],
"isValidByGroup": [Function],
"pendingCount": 0,
"resolve": [Function],
"suiteName": undefined,
"testCount": 3,
"tests": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vest/src/suite/createSuite.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assign, CB, freezeAssign } from 'vest-utils';
import { assign, CB } from 'vest-utils';
import { Bus, VestRuntime } from 'vestjs-runtime';

import { TTypedMethods, getTypedMethods } from './getTypedMethods';
Expand Down

0 comments on commit 173c797

Please sign in to comment.