Skip to content

Commit bc4c218

Browse files
committed
fix: test should work in CJS
1 parent f211293 commit bc4c218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-multibase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('multibase', () => {
2929
multibase.add(base58)
3030
multibase.add(base64)
3131
test('browser', () => {
32-
same(__browser, !!process.browser)
32+
same(!!__browser, !!process.browser)
3333
})
3434

3535
for (const base of ['base16', 'base32', 'base58btc', 'base64']) {

0 commit comments

Comments
 (0)