Skip to content

Commit 1812e68

Browse files
committed
patch(vest): remove unneeded base object in context assignment
1 parent 99ea412 commit 1812e68

File tree

1 file changed

+0
-1
lines changed
  • packages/vest/src/core/ctx

1 file changed

+0
-1
lines changed

packages/vest/src/core/ctx/ctx.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default createContext<CTXType>((ctxRef, parentContext) =>
1212
parentContext
1313
? null
1414
: assign(
15-
{},
1615
{
1716
exclusion: {
1817
tests: {},

0 commit comments

Comments
 (0)