forked from cBioPortal/cbioportal-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cBioPortal#111 from cBioPortal/typescript
Use typescript
- Loading branch information
1 parent
a50ca4e
commit 32e0e76
Showing
52 changed files
with
11,660 additions
and
10,066 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
module.exports = { | ||
roots: ["./src/test/"], | ||
moduleDirectories: [ | ||
".", "src", "src/test", "node_modules" | ||
], | ||
transform: { | ||
"^.+\\.ts$": "ts-jest", | ||
} , | ||
moduleNameMapper: { | ||
"\\.(css|jpg|png|svg)$": "mocks/empty-module.js" | ||
} | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.