Simplified the NODE tests
This commit is contained in:
parent
c1a3c3d477
commit
646acf3a8d
53 changed files with 106 additions and 89 deletions
|
|
@ -215,4 +215,4 @@ DiskAPI.ATTR = {
|
|||
ARCHIVE: 0x20 // PC-DOS 2.0 and up
|
||||
};
|
||||
|
||||
if (typeof module !== 'undefined') module.exports = DiskAPI;
|
||||
if (NODE) module.exports = DiskAPI;
|
||||
|
|
|
|||
Loading…
Reference in a new issue