Skip to content

Commit

Permalink
Add jest types to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnowBlom committed Jul 6, 2021
1 parent e6d7942 commit f79586b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/credentialManager.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Configuration } from '../api/generated/configuration';

import { credentialManager, CredentialStore } from '../api/credentialManager';
import { credentialManager } from '../api/credentialManager';

const serverId1 = 'f4486b851af24255b3305fe614b81f01';
const serverConfig1: Configuration = {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"paths": {
"~/*": ["./*"]
},
"types": ["@types/node", "@types/chromecast-caf-receiver"]
"types": ["@types/node", "@types/chromecast-caf-receiver", "jest"]
}
}

0 comments on commit f79586b

Please sign in to comment.