Skip to content

Commit afafe59

Browse files
author
Matt Gaunt
committed
Fixing for node 4
1 parent 6b28d5e commit afafe59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /usr/bin/env node
22
/* eslint consistent-return:0*/
3+
'use strict';
34

45
const webPush = require('../src/index.js');
56

test/test-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
const cliPath = 'src/cli.js';
1515

16-
suite('Test Encryption Helpers', function() {
16+
suite('Test CLI', function() {
1717
test('no args run', function() {
1818
return new Promise(function(resolve) {
1919
const webpushCLISpawn = spawn('node', [

0 commit comments

Comments
 (0)