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 0817dad commit 886ba86Copy full SHA for 886ba86
spec/env/runtime.js
@@ -3,6 +3,15 @@ require('./common');
3
var fs = require('fs'),
4
vm = require('vm');
5
6
+var chai = require('chai');
7
+var dirtyChai = require('dirty-chai');
8
+
9
10
+chai.use(dirtyChai);
11
+global.expect = chai.expect;
12
13
+global.sinon = require('sinon');
14
15
global.Handlebars = 'no-conflict';
16
17
var filename = 'dist/handlebars.runtime.js';
0 commit comments