-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix module exports and add Typescript Examples (#21)
* fix module exports. * add example for typescript. * fix test.
- Loading branch information
Leonardo Salles
authored
Feb 27, 2020
1 parent
6f3ce50
commit 174c1a9
Showing
7 changed files
with
555 additions
and
527 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Samsung from '../index' | ||
import Samsung from '../samsung' | ||
import * as fs from 'fs' | ||
|
||
jest.mock('fs') | ||
|
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 |
---|---|---|
|
@@ -26,3 +26,5 @@ export enum APPS { | |
'YouTube' = '111299001912', | ||
'hayu' = '3201806016381', | ||
} | ||
|
||
export default APPS |
Oops, something went wrong.