We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef9df4 commit 3ed71f8Copy full SHA for 3ed71f8
template/test/karma.conf.js
@@ -9,7 +9,7 @@ import {customSass} from '../gulp-tasks/compilers';
9
const cssBundleFile = tmp.fileSync();
10
11
// Just hook window.console to throw vue warn
12
-const consoleAppendfy = file => through(function (buf, enc, next) {
+const consoleAppendfy = file => through(function(buf, enc, next) {
13
const hook = `
14
const error = console.error;
15
console.error = function(warning, ...args) {
template/test/mocha.conf.js
@@ -3,6 +3,7 @@ import chaiHttp from 'chai-http';
3
import loopbackChai from 'loopback-chai';
4
5
chai.use(chaiHttp);
6
+chai.use(loopbackChai);
7
8
global.expect = chai.expect;
global.request = chai.request;
0 commit comments