We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b28d5e commit afafe59Copy full SHA for afafe59
src/cli.js
@@ -1,5 +1,6 @@
1
#! /usr/bin/env node
2
/* eslint consistent-return:0*/
3
+'use strict';
4
5
const webPush = require('../src/index.js');
6
test/test-cli.js
@@ -13,7 +13,7 @@
13
14
const cliPath = 'src/cli.js';
15
16
- suite('Test Encryption Helpers', function() {
+ suite('Test CLI', function() {
17
test('no args run', function() {
18
return new Promise(function(resolve) {
19
const webpushCLISpawn = spawn('node', [
0 commit comments