Updated script that can be controled by Nodejs web app
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
var assert = require('./');
|
||||
|
||||
test();
|
||||
|
||||
function test() {
|
||||
var user = { name: 'tobi' };
|
||||
assert('tobi' == user.name);
|
||||
assert('number' == typeof user.age);
|
||||
}
|
||||
Reference in New Issue
Block a user