Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100728649
test1.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 2, 06:22
Size
169 B
Mime Type
text/x-java
Expires
Tue, Feb 4, 06:22 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24022551
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
test1.js
View Options
import test from 'tape';
import isBrowser from '../src/index';
test('isInBrowser', t => {
t.equal(false, isBrowser, 'works as expected in Node');
t.end();
});
Event Timeline
Log In to Comment