-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(devs-infra): update project deps and e2e deps (#3124)
- Loading branch information
Showing
26 changed files
with
16,948 additions
and
25,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`partial successfully runs the tests inside const-enum with 'isolatedModules: true' 1`] = ` | ||
"FAIL __tests__/import-from-d-ts-no-js.spec.ts | ||
● Test suite failed to run | ||
Cannot find module '../hoo-constant' from '__tests__/import-from-d-ts-no-js.spec.ts' | ||
However, Jest was able to find: | ||
'../hoo-constant.d.ts' | ||
You might want to include a file extension in your import, or update your 'moduleFileExtensions', which is currently ['js', 'jsx', 'ts', 'tsx', 'json', 'node']. | ||
See https://jestjs.io/docs/configuration#modulefileextensions-arraystring | ||
> 1 | import { HooConstEnum } from '../hoo-constant' | ||
| ^ | ||
2 | | ||
3 | const getTwo = (): string => HooConstEnum.two | ||
4 | | ||
at Resolver.resolveModule (../../node_modules/jest-resolve/build/resolver.js:324:11) | ||
at Object.<anonymous> (__tests__/import-from-d-ts-no-js.spec.ts:1:1) | ||
PASS __tests__/import-from-d-ts-has-js.spec.ts | ||
PASS __tests__/import-from-ts.spec.ts" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.