Minor lint tweaks. (#69)

This commit is contained in:
XhmikosR
2018-10-07 17:42:52 +09:00
committed by Shun Sato
parent 91ae0484c8
commit ea361afa4a
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
const assert = require('assert');
const binCheck = require('bin-check');
const hugoBin = require('../');
const hugoBin = require('..');
describe('hugo-bin', () => {
it('should return path to binary and work', () => {