WIP
This commit is contained in:
13
test/spec/test.js
Normal file
13
test/spec/test.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/* global describe, it */
|
||||
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
describe('Give it some context', function () {
|
||||
describe('maybe a bit more context here', function () {
|
||||
it('should run here few assertions', function () {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
})();
|
Reference in New Issue
Block a user