Remove gm dependency and update tests.

This commit is contained in:
Jonathan Cremin 2016-05-24 21:33:09 +01:00
parent b1ceba7664
commit 75a46212da
8 changed files with 61 additions and 37 deletions

View file

@ -10,7 +10,7 @@ test:
stage: test
before_script:
- npm install
- node test/fixtures/mongo-user.js test/fixtures/mongo-file.js
- npm run init
script:
- npm test
tags:
@ -25,4 +25,3 @@ cache:
untracked: true
paths:
- node_modules
- web/public/jspm_packages