Skip to content

Commit

Permalink
Merge pull request #1712 from embroider-build/merge-stable
Browse files Browse the repository at this point in the history
Merge stable
  • Loading branch information
ef4 authored Dec 6, 2023
2 parents 2cefe80 + e79a308 commit 996b2ff
Show file tree
Hide file tree
Showing 2 changed files with 1,083 additions and 1,228 deletions.
2 changes: 1 addition & 1 deletion packages/macros/tests/babel/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type CreateModeTests = (transform: Transform, hooks: ModeTestHooks) => void;
function disabledTest(_name: string, _impl: jest.ProvidesCallback | undefined) {}
disabledTest.only = disabledTest;
disabledTest.skip = disabledTest;
disabledTest.todo = disabledTest;
disabledTest.todo = (_name: string): void => {};
disabledTest.concurrent = disabledTest;
disabledTest.each = test.each;
disabledTest.failing = disabledTest;
Expand Down
Loading

0 comments on commit 996b2ff

Please sign in to comment.