Began implementing actual character sheet
This commit is contained in:
9
rpg-docs/tests/mocha/client/sampleClientTest.js
Normal file
9
rpg-docs/tests/mocha/client/sampleClientTest.js
Normal file
@@ -0,0 +1,9 @@
|
||||
if (!(typeof MochaWeb === 'undefined')){
|
||||
MochaWeb.testOnly(function(){
|
||||
describe("a group of tests", function(){
|
||||
it("should respect equality", function(){
|
||||
chai.assert.equal(5,5);
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user