update to state of the art
This commit is contained in:
6
node_modules/jake/test/unit/namespace.js
generated
vendored
6
node_modules/jake/test/unit/namespace.js
generated
vendored
@@ -68,4 +68,10 @@ suite('namespace', function () {
|
||||
assert.ok(task.action.toString().indexOf('zooby:frang:w00t:bar') > -1);
|
||||
});
|
||||
|
||||
test('resolution miss with throw error', function () {
|
||||
let curr = Namespace.ROOT_NAMESPACE;
|
||||
let task = curr.resolveTask('asdf:qwer');
|
||||
assert.ok(!task);
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user