Skip to content

Commit

Permalink
Merge pull request cBioPortal#111 from cBioPortal/typescript
Browse files Browse the repository at this point in the history
Use typescript
  • Loading branch information
adamabeshouse authored and onursumer committed May 26, 2022
1 parent a50ca4e commit 32e0e76
Show file tree
Hide file tree
Showing 52 changed files with 11,660 additions and 10,066 deletions.
239 changes: 0 additions & 239 deletions packages/oncoprintjs/index.d.ts

This file was deleted.

12 changes: 12 additions & 0 deletions packages/oncoprintjs/jest.config.js
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"
}
};
74 changes: 0 additions & 74 deletions packages/oncoprintjs/karma.conf.js

This file was deleted.

Loading

0 comments on commit 32e0e76

Please sign in to comment.