Skip to content

Commit

Permalink
Removed error test case for array-as-descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed Dec 24, 2017
1 parent c4b8343 commit e1f6c7f
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions integration_tests/__tests__/__snapshots__/globals.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -173,30 +173,3 @@ Time: <<REPLACED>>
Ran all test suites.
"
`;
exports[`array as descriptor 1`] = `
"FAIL __tests__/array-as-descriptor.test.js
● Test suite failed to run
describe expects a string, class, or function.
188 |
189 | if (typeof descriptor !== 'function') {
> 190 | throw new Error('describe expects a string, class, or function.');
191 | }
192 |
193 | if (descriptor.name !== undefined) {
at __tests__/array-as-descriptor.test.js:2:5
"
`;
exports[`function as descriptor 2`] = `
"Test Suites: 0 passed, 0 total
Tests: 0 passed, 0 total
Snapshots: 0 total
Time: <<REPLACED>>
Ran all test suites.
"
`;

0 comments on commit e1f6c7f

Please sign in to comment.