We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a812e commit 87a7c6eCopy full SHA for 87a7c6e
integrationTests/__snapshots__/skipped.test.js.snap
@@ -1,6 +1,6 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
-exports[`Works when it has failing tests 1`] = `
+exports[`Works when it has skipped tests 1`] = `
4
"Test Suites: 1 skipped, 0 of 1 total
5
Tests: 1 skipped, 1 total
6
Snapshots: 0 total
integrationTests/skipped.test.js
@@ -1,5 +1,5 @@
const runJest = require('./runJest');
-it('Works when it has failing tests', () => {
+it('Works when it has skipped tests', () => {
return expect(runJest('skipped')).resolves.toMatchSnapshot();
});
0 commit comments