diff options
| author | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 09:29:00 +0545 |
|---|---|---|
| committer | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 09:29:00 +0545 |
| commit | 8bb9b435244d68297b900e5a14cf90d5b5088b0d (patch) | |
| tree | a6dee4abcdcbbedb3f0a24cb1441b87b857adea7 /src/test.js | |
| parent | 2927b2cbe0e623c0a8c11b92a8dd987e1a03e3e4 (diff) | |
| parent | 0007b7e4fb5b48334b35e1fd77c2bcf814089f7a (diff) | |
| download | StreamFinder-8bb9b435244d68297b900e5a14cf90d5b5088b0d.tar.xz StreamFinder-8bb9b435244d68297b900e5a14cf90d5b5088b0d.zip | |
Merge branch 'main' of https://github.com/FivePixels/StreamFinder into amar
Diffstat (limited to 'src/test.js')
| -rw-r--r-- | src/test.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test.js b/src/test.js new file mode 100644 index 0000000..6c10475 --- /dev/null +++ b/src/test.js @@ -0,0 +1,5 @@ +const check = require('./check') + +check.performCheck('387', 'Spongebob Squarepants', 'tv').then(res => { + console.log(res) +})
\ No newline at end of file |
