1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 14:36:38 -04:00

Re-add `'use strict' statements.

They are still needed.
This commit is contained in:
XhmikosR
2018-11-28 23:33:08 +02:00
committed by Shun Sato
parent 2d9f6fa12c
commit 5c84c3d31f
6 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,7 @@
/* eslint-env mocha */
'use strict';
const assert = require('assert');
const binCheck = require('bin-check');
const hugoBin = require('..');