Began implementing actual character sheet
This commit is contained in:
9
rpg-docs/tests/mocha/server/sampleServerTest.js
Normal file
9
rpg-docs/tests/mocha/server/sampleServerTest.js
Normal file
@@ -0,0 +1,9 @@
|
||||
if (!(typeof MochaWeb === 'undefined')){
|
||||
MochaWeb.testOnly(function(){
|
||||
describe("Server initialization", function(){
|
||||
it("should have a Meteor version defined", function(){
|
||||
chai.assert(Meteor.release);
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user