mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
tests: check if we are able to use test db wrapper at all
This commit is contained in:
10
tests/redis.js
Normal file
10
tests/redis.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var assert = require('assert');
|
||||
|
||||
|
||||
describe('Test database', function() {
|
||||
it('should work', function(){
|
||||
assert.doesNotThrow(function(){
|
||||
var RDB = require('../mocks/redismock');
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user