Skip to content

Commit

Permalink
fix(test.js): add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
felixzapata committed Aug 9, 2016
1 parent ef30191 commit 6c3dfdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var pluginPath = '../index';
var axeCore = require(pluginPath);
var gulp = require('gulp');
var path = require('path');
var fs = require('fs-extra');
var should = require('should');
var assert = require('assert');
var sassert = require('stream-assert');
Expand Down

0 comments on commit 6c3dfdc

Please sign in to comment.