Skip to content

Commit

Permalink
Update unit test baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Mar 21, 2024
1 parent c89137d commit 11e5727
Show file tree
Hide file tree
Showing 1,018 changed files with 132,648 additions and 11,764 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ File: /a/b/node.d.ts

declare module 'fs' {}

File '/a/b/package.json' does not exist.
File '/a/package.json' does not exist.
File '/package.json' does not exist.
======== Resolving module 'fs' from '/a/b/app.ts'. ========
Module resolution kind is not specified, using 'Classic'.
File '/a/b/fs.ts' does not exist.
Expand Down Expand Up @@ -66,6 +69,10 @@ File '/a/fs.jsx' does not exist.
File '/fs.js' does not exist.
File '/fs.jsx' does not exist.
======== Module name 'fs' was not resolved. ========
File '/a/b/package.json' does not exist according to earlier cached lookups.
File '/a/package.json' does not exist according to earlier cached lookups.
File '/package.json' does not exist according to earlier cached lookups.
File 'package.json' does not exist.

MissingPaths:: [
"lib.d.ts"
Expand Down Expand Up @@ -114,6 +121,12 @@ File: /a/b/node.d.ts

declare module 'fs' {}

File '/a/b/package.json' does not exist.
File '/a/package.json' does not exist.
File '/package.json' does not exist.
File '/a/b/package.json' does not exist according to earlier cached lookups.
File '/a/package.json' does not exist according to earlier cached lookups.
File '/package.json' does not exist according to earlier cached lookups.
Module 'fs' was resolved as ambient module declared in '/a/b/node.d.ts' since this file was not modified.

MissingPaths:: [
Expand Down Expand Up @@ -163,6 +176,12 @@ File: /a/b/node.d.ts

declare var process: any

File '/a/b/package.json' does not exist.
File '/a/package.json' does not exist.
File '/package.json' does not exist.
File '/a/b/package.json' does not exist according to earlier cached lookups.
File '/a/package.json' does not exist according to earlier cached lookups.
File '/package.json' does not exist according to earlier cached lookups.
======== Resolving module 'fs' from '/a/b/app.ts'. ========
Module resolution kind is not specified, using 'Classic'.
File '/a/b/fs.ts' does not exist.
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ File: file2.ts



File 'package.json' does not exist.
======== Resolving module 'a' from 'file1.ts'. ========
Explicitly specified module resolution kind: 'Node10'.
Loading module 'a' from 'node_modules' folder, target file types: TypeScript, Declaration.
Expand All @@ -51,6 +52,8 @@ File 'node_modules/a.jsx' does not exist.
File 'node_modules/a/index.js' does not exist.
File 'node_modules/a/index.jsx' does not exist.
======== Module name 'a' was not resolved. ========
File 'package.json' does not exist according to earlier cached lookups.
File 'package.json' does not exist according to earlier cached lookups.
MissingPaths:: [
"lib.d.ts"
Expand Down Expand Up @@ -93,6 +96,9 @@ File: file2.ts
File 'package.json' does not exist.
File 'package.json' does not exist according to earlier cached lookups.
File 'package.json' does not exist according to earlier cached lookups.
======== Resolving module 'a' from 'file1.ts'. ========
Explicitly specified module resolution kind: 'Node10'.
Loading module 'a' from 'node_modules' folder, target file types: TypeScript, Declaration.
Expand All @@ -105,6 +111,10 @@ File 'node_modules/a/index.ts' does not exist.
File 'node_modules/a/index.tsx' does not exist.
File 'node_modules/a/index.d.ts' exists - use it as a name resolution result.
======== Module name 'a' was successfully resolved to 'node_modules/a/index.d.ts'. ========
File 'node_modules/a/package.json' does not exist according to earlier cached lookups.
File 'node_modules/package.json' does not exist.
File 'package.json' does not exist according to earlier cached lookups.
File 'package.json' does not exist according to earlier cached lookups.

MissingPaths:: []

Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 11e5727

Please sign in to comment.