Welcome to mirror list, hosted at ThFree Co, Russian Federation.

helper.js « test - github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cef65da1649c738b97ab7e1f64df83b3f1c490a (plain)
1
2
3
4
5
6
'use strict';

// Globals for all test_*.js files.
global.expect = require('chai').expect;
global.path = require('path');
global.SassyTest = require('sassy-test');