8000 chore: Run prettier · gulpjs/plugin-error@4e9522f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e9522f

Browse files
phatedactions-user
authored andcommitted
chore: Run prettier
1 parent 6c05aba commit 4e9522f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ describe('PluginError()', function () {
252252
done();
253253
});
254254

255-
it('should not modify error argument', function(done) {
255+
it('should not modify error argument', function (done) {
256256
var realErr = { message: 'something broke' };
257257
new PluginError('test', realErr);
258258
expect(realErr).toEqual({ message: 'something broke' });
259259
done();
260260
});
261261

262-
it('should not modify options argument', function(done) {
262+
it('should not modify options argument', function (done) {
263263
var opts = { showStack: true };
264264
new PluginError('test', 'message', opts);
265265
expect(opts).toEqual({ showStack: true });

0 commit comments

Comments
 (0)
0