Skip to content

Commit

Permalink
chore: bump deps (#10365)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 7, 2020
1 parent c95abca commit 7723ae2
Show file tree
Hide file tree
Showing 46 changed files with 5,786 additions and 5,346 deletions.
41 changes: 20 additions & 21 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarn/releases/yarn-sources.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions babel.config.js
Expand Up @@ -52,6 +52,7 @@ module.exports = {
[
'@babel/preset-env',
{
bugfixes: true,
shippedProposals: true,
targets: {node: supportedNodeVersion},
},
Expand Down
2 changes: 0 additions & 2 deletions e2e/Utils.ts
Expand Up @@ -8,8 +8,6 @@
import * as path from 'path';
import * as fs from 'graceful-fs';
import type {Config} from '@jest/types';

// eslint-disable-next-line import/named
import {ExecaReturnValue, sync as spawnSync} from 'execa';
import rimraf = require('rimraf');
import dedent = require('dedent');
Expand Down
14 changes: 7 additions & 7 deletions e2e/__tests__/__snapshots__/errorOnDeprecated.test.ts.snap
Expand Up @@ -27,15 +27,15 @@ FAIL __tests__/fail.test.js
Illegal usage of global \`fail\`, prefer throwing an error, or the \`done.fail\` callback.
11 | test('fail', () => {
12 | if (true) {
> 13 | fail('The truth hurts!');
9 | test('fail', () => {
10 | if (true) {
> 11 | fail('The truth hurts!');
| ^
14 | }
15 | });
16 |
12 | }
13 | });
14 |
at Object.fail (__tests__/fail.test.js:13:5)
at Object.fail (__tests__/fail.test.js:11:5)
`;
exports[`jasmine.addMatchers.test.js errors in errorOnDeprecated mode 1`] = `
Expand Down

0 comments on commit 7723ae2

Please sign in to comment.