Skip to content

Commit 7cf413e

Browse files
Update gulp-derequire to the latest version 🚀 (#1148)
* chore(package): update gulp-derequire to version 2.1.1 * chore(package): update lockfile package-lock.json * update to 3.0.0 * fix tests Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Co-authored-by: Diamond Lewis <[email protected]>
1 parent 393b723 commit 7cf413e

File tree

3 files changed

+706
-702
lines changed

3 files changed

+706
-702
lines changed

‎integration/test/ParseFileTest.js

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ describe('Parse.File', () => {
112112
assert.equal(false, true);
113113
} catch (e) {
114114
assert.equal(e.code, Parse.Error.FILE_DELETE_ERROR);
115-
assert.equal(e.message, 'Could not delete file.');
116115
}
117116
});
118117
});

0 commit comments

Comments
 (0)