Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit e9758e9

Browse files
chore(rebase): rebase on master
1 parent bad5a0d commit e9758e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/test-config-writer.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('ConfigWriter', function () {
8484
it('should detect missing sources when warnMissing=true', function () {
8585
var flow = new Flow({
8686
steps: {
87-
js: ['concat', 'uglifyjs']
87+
js: ['concat', 'uglify']
8888
}
8989
});
9090

@@ -125,7 +125,7 @@ describe('ConfigWriter', function () {
125125
it('should search all root paths', function () {
126126
var flow = new Flow({
127127
steps: {
128-
js: ['concat', 'uglifyjs']
128+
js: ['concat', 'uglify']
129129
}
130130
});
131131

@@ -160,7 +160,7 @@ describe('ConfigWriter', function () {
160160
it('should be invoked for each block', function () {
161161
var flow = new Flow({
162162
steps: {
163-
js: ['concat', 'uglifyjs']
163+
js: ['concat', 'uglify']
164164
}
165165
});
166166
var blocks = helpers.blocks();
@@ -189,7 +189,7 @@ describe('ConfigWriter', function () {
189189
it('should override normal search when it returns a string', function () {
190190
var flow = new Flow({
191191
steps: {
192-
js: ['concat', 'uglifyjs']
192+
js: ['concat', 'uglify']
193193
}
194194
});
195195

@@ -221,7 +221,7 @@ describe('ConfigWriter', function () {
221221
it('should be prevented from returning non-existent paths', function () {
222222
var flow = new Flow({
223223
steps: {
224-
js: ['concat', 'uglifyjs']
224+
js: ['concat', 'uglify']
225225
}
226226
});
227227

@@ -259,7 +259,7 @@ describe('ConfigWriter', function () {
259259
it('should cancel normal search when it returns `false`, and invoke normal search when it returns `null`', function () {
260260
var flow = new Flow({
261261
steps: {
262-
js: ['concat', 'uglifyjs']
262+
js: ['concat', 'uglify']
263263
}
264264
});
265265

0 commit comments

Comments
 (0)