Skip to content

Commit 87a7c6e

Browse files
committed
wrong test title
1 parent b6a812e commit 87a7c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationTests/__snapshots__/skipped.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Works when it has failing tests 1`] = `
3+
exports[`Works when it has skipped tests 1`] = `
44
"Test Suites: 1 skipped, 0 of 1 total
55
Tests: 1 skipped, 1 total
66
Snapshots: 0 total

integrationTests/skipped.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const runJest = require('./runJest');
22

3-
it('Works when it has failing tests', () => {
3+
it('Works when it has skipped tests', () => {
44
return expect(runJest('skipped')).resolves.toMatchSnapshot();
55
});

0 commit comments

Comments
 (0)