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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user