test: Add integration testing (#131)
* docs: Update description * deps: Add nock * chore: Add resolveJsonModule * test: Add integration testing * chore: Add @typescript-eslint/eslint-plugin * refactor: Fix lint errors * chore: Add eslint-plugin-jest * refactor: Fix lint errors * test: Add remove working files * ci: Comment out cache steps
This commit is contained in:
parent
477d977a96
commit
386980e22b
16 changed files with 1249 additions and 96 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export default function getOS(platform: string) {
|
||||
export default function getOS(platform: string): string {
|
||||
if (platform === 'linux') {
|
||||
return 'Linux';
|
||||
} else if (platform === 'darwin') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue