mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
Other minor dependencies updates in 7.1.x patch
This commit is contained in:
1
node_modules/base64-js/test/big-data.js
generated
vendored
1
node_modules/base64-js/test/big-data.js
generated
vendored
@@ -10,6 +10,7 @@ test('convert big data to base64', function (t) {
|
||||
b64str = b64.fromByteArray(big)
|
||||
arr = b64.toByteArray(b64str)
|
||||
t.ok(equal(arr, big))
|
||||
t.equal(b64.byteLength(b64str), arr.length)
|
||||
t.end()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user