Skip to content
Snippets Groups Projects
Commit 865c1f20 authored by lazorfuzz's avatar lazorfuzz
Browse files

Change folder structure

parent 7d8aae9c
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,4 @@ Dockerfile
dist
.jshintignore
.jshintrc
yarn-error.log
......@@ -27,8 +27,8 @@
},
"license": "MIT",
"scripts": {
"test": "node test.js",
"build": "babel src --presets babel-preset-env --out-dir dist",
"test": "node test/test.js",
"build": "rm -rf dist && babel src --presets babel-preset-env --out-dir dist",
"start": "node dist/server.js"
}
}
import tape from 'tape';
import config from 'getconfig';
import server from './server';
import io from 'socket.io-client';
// import server from '../src/server';
const test = tape.createHarness();
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment