mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-29 23:13:36 +00:00
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
var test = require('test');
|
|
test.assert(require('a/b/c/d').foo() == 1, 'nested module identifier');
|
|
test.print('DONE', 'info');
|