mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 02:37:10 +00:00
Revert "Merge pull request #160 from natecain/commonjs"
This reverts commit661621c3f7, reversing changes made tod3d72eff1b.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
/*\
|
||||
title: determinism/submodule/a.js
|
||||
type: application/javascript
|
||||
module-type: library
|
||||
|
||||
Determinism require test A
|
||||
|
||||
\*/
|
||||
|
||||
|
||||
var test = require('test');
|
||||
var pass = false;
|
||||
var test = require('test');
|
||||
try {
|
||||
require('a');
|
||||
} catch (exception) {
|
||||
pass = true;
|
||||
}
|
||||
test.assert(pass, 'require does not fall back to relative modules when absolutes are not available.')
|
||||
|
||||
Reference in New Issue
Block a user