Skip to content

Commit fa848f2

Browse files
test: revert accidental edits in test/export.test.js
1 parent bd88e07 commit fa848f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/export.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,11 @@ describe('index', () => {
238238
assert.equal(typeof index.fs, 'object', 'index.fs')
239239
assert.equal(typeof index.fs.Dir, 'function', 'index.fs.Dir')
240240
assert.equal(typeof index.fs.Dirent, 'function', 'index.fs.Dirent')
241-
assert.equal(typeof index.fs.F_OK, 'number', 'index.fs.F_OK')
242241
assert.equal(typeof index.fs.FileReadStream, 'function', 'index.fs.FileReadStream')
243242
assert.equal(typeof index.fs.FileWriteStream, 'function', 'index.fs.FileWriteStream')
244-
assert.equal(typeof index.fs.R_OK, 'number', 'index.fs.R_OK')
245243
assert.equal(typeof index.fs.ReadStream, 'function', 'index.fs.ReadStream')
246244
assert.equal(typeof index.fs.Stats, 'function', 'index.fs.Stats')
247-
assert.equal(typeof index.fs.W_OK, 'number', 'index.fs.W_OK')
248245
assert.equal(typeof index.fs.WriteStream, 'function', 'index.fs.WriteStream')
249-
assert.equal(typeof index.fs.X_OK, 'number', 'index.fs.X_OK')
250246
assert.equal(typeof index.fs._toUnixTimestamp, 'function', 'index.fs._toUnixTimestamp')
251247
assert.equal(typeof index.fs.access, 'function', 'index.fs.access')
252248
assert.equal(typeof index.fs.accessSync, 'function', 'index.fs.accessSync')

0 commit comments

Comments
 (0)