update readme #11
Annotations
7 errors
test/index.test.tsx > NextPathnameProvider > provides the initial pathname:
test/index.test.tsx#L38
AssertionError: expected '/' to be '/initial-path' // Object.is equality
- Expected
+ Received
- /initial-path
+ /
❯ test/index.test.tsx:38:49
|
test/index.test.tsx > NextPathnameProvider > does not update the pathname for external links:
test/index.test.tsx#L68
AssertionError: expected '/' to be '/initial-path' // Object.is equality
- Expected
+ Received
- /initial-path
+ /
❯ test/index.test.tsx:68:49
|
test (18.x)
Process completed with exit code 1.
|
test (20.x)
The job was canceled because "_18_x" failed.
|
test/index.test.tsx > NextPathnameProvider > provides the initial pathname:
test/index.test.tsx#L38
AssertionError: expected '/' to be '/initial-path' // Object.is equality
- Expected
+ Received
- /initial-path
+ /
❯ test/index.test.tsx:38:49
|
test/index.test.tsx > NextPathnameProvider > does not update the pathname for external links:
test/index.test.tsx#L68
AssertionError: expected '/' to be '/initial-path' // Object.is equality
- Expected
+ Received
- /initial-path
+ /
❯ test/index.test.tsx:68:49
|
test (20.x)
The operation was canceled.
|