You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-07-03 14:36:38 -04:00
Minor lint tweaks. (#69)
This commit is contained in:
@ -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', () => {
|
||||
|
Reference in New Issue
Block a user