Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit df3a21b

Browse files
committed
Change test
1 parent 07b245a commit df3a21b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/test-0.6.0.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ describe('writeFile and readFile test', (report, done) => {
4545
})
4646
.then(() => fs.readFile(path, 'ascii'))
4747
.then((actual) => {
48+
console.log(getASCIIArray(data), actual)
4849
report(<Assert key="ascii content should correct"
4950
expect={getASCIIArray(data)}
5051
comparer={Comparer.equalToArray}

test/test-init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ require('./test-xmlhttp')
7171
require('./test-blob')
7272
require('./test-firebase')
7373
require('./test-android')
74-
require('./benchmark')
74+
// require('./benchmark')

0 commit comments

Comments
 (0)