1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-16 21:12:13 +00:00

Added browser test

This commit is contained in:
snobu
2019-10-01 10:00:07 +03:00
parent 4b2439f75c
commit ffb9c86a7f
3 changed files with 35 additions and 6 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "destreamer.js",
"scripts": {
"start": "echo Transpiling TypeScript to JavaScript... && tsc && node ./destreamer.js"
"start": "echo Transpiling TypeScript to JavaScript... && tsc && node ./destreamer.js",
"test": "node ./destreamer.js test"
},
"keywords": [],
"author": "",