Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey
2014-01-08 15:27:24 +00:00
parent 9b23ccb65d
commit b59380a08d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ describe('react-webpack generator', function () {
'../../component',
'../../main'
];
helpers.testDirectory(path.join(__dirname, 'temp'), function (err) {
helpers.testDirectory(path.join(__dirname, 'temp-test'), function (err) {
if (err) {
return done(err);
}
@@ -42,7 +42,7 @@ describe('react-webpack generator', function () {
'karma.conf.js',
'package.json',
'package.json',
'src/scripts/components/TempApp.js',
'src/scripts/components/TempTestApp.js',
'test/helpers/phantomjs-shims.js',
'test/helpers/react/addons.js'
];