UNPKG

system

Version:

Flexible module and resource system

4 lines (3 loc) 135 B
var test = require("test"); var hello = require("./hello.text"); test.assert(hello === "Hello, World!\n", "requires translated text");