test angular support as well

This commit is contained in:
deltreey
2015-08-25 23:43:03 -04:00
parent bbc8d5cc3e
commit 8f6dc0f2f1
4 changed files with 356 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
var assert = require('assert'),
wildstring = require('../wildstring');
describe('wildstring', function() {
describe('wildstring - node', function() {
it('should create an object and set a default wildcard', function() {
assert.equal(wildstring.wildcard, '*');
});