aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd/isatty.js
blob: d88bd2bed0c511be943986900414abb15475bc1f (plain)
1
2
3
4
5
FS.createDevice('/', 'read', function() {}, null);
FS.createDevice('/', 'write', null, function() {});
FS.createDevice('/', 'all', function() {}, function() {});
FS.createFolder('/', 'folder', true, true);
FS.createDataFile('/', 'file', 'test', true, true);