Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 28, 2023
1 parent 2f1b332 commit 64840ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/transform.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import runJest, {json as runWithJson} from '../runJest';
describe('babel-jest', () => {
const dir = path.resolve(__dirname, '..', 'transform/babel-jest');

beforeAllw(() => {
beforeAll(() => {
runYarnInstall(dir);
});

Expand Down

0 comments on commit 64840ba

Please sign in to comment.