diff options
| author | Trey-Server <trey6979@gmail.com> | 2018-03-10 01:32:41 +0000 |
|---|---|---|
| committer | Trey-Server <trey6979@gmail.com> | 2018-03-10 01:32:41 +0000 |
| commit | 897ec0b5b50ddeafd09602c7424c5e2aa377241f (patch) | |
| tree | 8e870772ae6e9632e1c93402d38f3b75daeb5cee /package.json | |
| parent | 435dc9902a732c0cb3d3367359910670fc65f9f2 (diff) | |
| parent | e214e6e6f17294acc88e80d57cd90a878e71c5e6 (diff) | |
| download | PokeBot-897ec0b5b50ddeafd09602c7424c5e2aa377241f.tar.gz PokeBot-897ec0b5b50ddeafd09602c7424c5e2aa377241f.tar.bz2 PokeBot-897ec0b5b50ddeafd09602c7424c5e2aa377241f.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3660393..dd8cc47 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "bot.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node test.js" }, "author": "Alee, Justin, and Trey", "license": "GPL-3.0", |
