Skip to content

Commit 3b775b3

Browse files
Bump jest from 26.6.3 to 27.0.4 (#337)
* Bump jest from 26.6.3 to 27.0.4 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v26.6.3...v27.0.4) Signed-off-by: dependabot-preview[bot] <[email protected]> * Fix failing test Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Brian Surowiec <[email protected]>
1 parent e99a171 commit 3b775b3

File tree

3 files changed

+951
-3281
lines changed

3 files changed

+951
-3281
lines changed

functional.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('functional', () => {
1616
}),
1717
);
1818

19-
afterAll((done) => server.close(done));
19+
afterAll((done) => { server.close(done); });
2020

2121
function testBulk(type, target, result) {
2222
it(`resolves ${target} from ${type} to ${result}`, async () => {

0 commit comments

Comments
 (0)