WIP: Added some basic unit tests

- Added unit test
- Added test fixtures
- Added test utils
This commit is contained in:
delvedor
2018-10-22 16:52:00 +02:00
parent cef4e2dfc1
commit b6b04f99d8
9 changed files with 952 additions and 0 deletions

7
test/utils/index.js Normal file
View File

@ -0,0 +1,7 @@
'use strict'
const buildServer = require('./buildServer')
module.exports = {
buildServer
}