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,11 +1,9 @@
'use strict';
const fs = require('fs');
const expect = require('chai').expect;
const log = require('npmlog');
const openpgp = require('openpgp');
const PGP = require('../../src/service/pgp');
const sinon = require('sinon');
describe('PGP Unit Tests', () => {
let pgp, key1Armored, key2Armored, key3Armored;