Skip to content

Commit

Permalink
fix(template): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed May 10, 2018
1 parent 1ef9df4 commit 3ed71f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion template/test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {customSass} from '../gulp-tasks/compilers';
const cssBundleFile = tmp.fileSync();

// Just hook window.console to throw vue warn
const consoleAppendfy = file => through(function (buf, enc, next) {
const consoleAppendfy = file => through(function(buf, enc, next) {
const hook = `
const error = console.error;
console.error = function(warning, ...args) {
Expand Down
1 change: 1 addition & 0 deletions template/test/mocha.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import chaiHttp from 'chai-http';
import loopbackChai from 'loopback-chai';

chai.use(chaiHttp);
chai.use(loopbackChai);

global.expect = chai.expect;
global.request = chai.request;

0 comments on commit 3ed71f8

Please sign in to comment.