UNPKG
gruntacular
Version:
latest (0.3.0)
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
grunt plugin for testacular
OpenWebStack/gruntacular
gruntacular
/
test
/
gruntacular-test.js
5 lines
•
119 B
JavaScript
View Raw
1
2
3
4
5
describe
(
'testacular'
,
function
(
){
it
(
'should be awesome'
,
function
(
){
expect
(
'foo'
).
to
.
be
.
a
(
'string'
); }); });