screw the module pattern

this needs to work when minified
http://snook.ca/archives/javascript/no-love-for-module-pattern
This commit is contained in:
deltreey
2015-08-12 23:30:51 -04:00
parent 54d1a9e180
commit 5bc4ed6a86
2 changed files with 138 additions and 150 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
var assert = require('assert'),
wildstring = require('../');
wildstring = require('../wildstring');
describe('wildstring', function() {
it('should create an object and set a default wildcard', function() {