First server tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
var should = require('chai').should();
|
||||
var testQueue = require('../../app/lib/testQueue.js');
|
||||
|
||||
describe('testQueue', function() {
|
||||
|
||||
it('should have a method push', function() {
|
||||
testQueue.should.have.property('push').that.is.a('function');
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user