-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_output.txt
More file actions
29 lines (18 loc) · 2.66 KB
/
test_output.txt
File metadata and controls
29 lines (18 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
yarn run v1.22.22
$ "D:\VSCode projects\fcc\node_modules\.bin\nx" test frontend --watch=false
node.exe : (node:14476) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
At C:\Users\bewxt\AppData\Roaming\npm\yarn.ps1:24 char:5
+ & "node$exe" "$basedir/node_modules/yarn/bin/yarn.js" $args
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ((node:14476) [D...ulnerabilities.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
(Use `node --trace-deprecation ...` to show where the warning was created)
> nx run frontend:test --watch=false
[33m[7m[33m Vitest [33m[27m "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir/vitest"[39m
NX Running target test for project frontend failed
Failed tasks:
- frontend:test
Hint: run the command with --verbose for more details.
View structured, searchable error logs at https://cloud.nx.app/runs/hlMu036qyz
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.