Replace grunt with npm scripts

This commit is contained in:
Tankred Hase
2017-01-21 11:30:26 +00:00
parent 2fcedd9f09
commit 5674a2e8c9
12 changed files with 20 additions and 68 deletions

View File

@@ -1,6 +1,5 @@
'use strict';
const expect = require('chai').expect;
const util = require('../../src/service/util');
describe('Util Unit Tests', () => {