OSDN Git Service

GeorgeValergas/embrr
[embrj/master.git] / test / spec / test.js
1 /* global describe, it */
2
3 (function () {
4     'use strict';
5
6     describe('Give it some context', function () {
7         describe('maybe a bit more context here', function () {
8             it('should run here few assertions', function () {
9
10             });
11         });
12     });
13 })();