Re-add `'use strict' statements.

They are still needed.
This commit is contained in:
XhmikosR
2018-12-17 23:14:23 +09:00
committed by Shun Sato
parent 2d9f6fa12c
commit 5c84c3d31f
6 changed files with 10 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
/* eslint-env mocha */
'use strict';
const assert = require('assert');
const binCheck = require('bin-check');
const hugoBin = require('..');