mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-19 00:46:00 +00:00
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
This commit is contained in:
18
node_modules/badwords-list/test/exports.js
generated
vendored
Normal file
18
node_modules/badwords-list/test/exports.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
var assert = require('better-assert');
|
||||
|
||||
describe('filter', function(){
|
||||
it('Should contain property object', function(){
|
||||
var list = require('../lib/index');
|
||||
assert(list.hasOwnProperty('object'));
|
||||
});
|
||||
|
||||
it('Should contain property array', function(){
|
||||
var list = require('../lib/index');
|
||||
assert(list.hasOwnProperty('array'));
|
||||
});
|
||||
|
||||
it('Should contain property regex', function(){
|
||||
var list = require('../lib/index');
|
||||
assert(list.hasOwnProperty('regex'));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user