p006/api/jquery/plugins/an-skill-bar/test/spec/test.js

12 lines
240 B
JavaScript
Executable File

(function () {
'use strict';
describe('Give it some context', function () {
describe('maybe a bit more context here', function () {
it('should run here few assertions', function () {
});
});
});
})();