Skip to content

Commit 0802e0b

Browse files
author
GatsbyJS Bot
committed
chore(using-jest): Update jest.setup (#16615)
* Update jest.setup requires - jest-dom moved testing-library/dom-testing-library#260 - cleanup-after-each is no longer required https://github.com/testing-library/react-testing-library/blob/master/cleanup-after-each.js * update dependencies
1 parent e55ac1d commit 0802e0b

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

yarn-error.log

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Arguments:
2+
/usr/local/bin/node /opt/yarn-v1.17.3/bin/yarn.js import
3+
4+
PATH:
5+
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6+
7+
Yarn version:
8+
1.17.3
9+
10+
Node version:
11+
10.16.2
12+
13+
Platform:
14+
linux x64
15+
16+
Trace:
17+
Error: https://registry.yarnpkg.com/workspace-aggregator-74e19f5f-588a-4ec4-a47d-0fdf781e4f8f: Not found
18+
at Request.params.callback [as _callback] (/opt/yarn-v1.17.3/lib/cli.js:66830:18)
19+
at Request.self.callback (/opt/yarn-v1.17.3/lib/cli.js:140464:22)
20+
at Request.emit (events.js:198:13)
21+
at Request.<anonymous> (/opt/yarn-v1.17.3/lib/cli.js:141436:10)
22+
at Request.emit (events.js:198:13)
23+
at IncomingMessage.<anonymous> (/opt/yarn-v1.17.3/lib/cli.js:141358:12)
24+
at Object.onceWrapper (events.js:286:20)
25+
at IncomingMessage.emit (events.js:203:15)
26+
at endReadableNT (_stream_readable.js:1145:12)
27+
at process._tickCallback (internal/process/next_tick.js:63:19)
28+
29+
npm manifest:
30+
{
31+
"name": "gatsby-starter-theme-workspace",
32+
"private": true,
33+
"version": "0.0.1",
34+
"main": "index.js",
35+
"license": "MIT",
36+
"scripts": {
37+
"build": "yarn workspace example build"
38+
},
39+
"workspaces": [
40+
"gatsby-theme-minimal",
41+
"example"
42+
]
43+
}
44+
45+
yarn manifest:
46+
No manifest
47+
48+
Lockfile:
49+
No lockfile

0 commit comments

Comments
 (0)