Skip to content

Commit 3ed71f8

Browse files
author
Walker Leite
committed
fix(template): fix lint errors
1 parent 1ef9df4 commit 3ed71f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

template/test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {customSass} from '../gulp-tasks/compilers';
99
const cssBundleFile = tmp.fileSync();
1010

1111
// Just hook window.console to throw vue warn
12-
const consoleAppendfy = file => through(function (buf, enc, next) {
12+
const consoleAppendfy = file => through(function(buf, enc, next) {
1313
const hook = `
1414
const error = console.error;
1515
console.error = function(warning, ...args) {

template/test/mocha.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import chaiHttp from 'chai-http';
33
import loopbackChai from 'loopback-chai';
44

55
chai.use(chaiHttp);
6+
chai.use(loopbackChai);
67

78
global.expect = chai.expect;
89
global.request = chai.request;

0 commit comments

Comments
 (0)