UNPKG
validaty
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
jQuery Validaty - A Validation Plugin
github.com/wbotelhos/validaty
wbotelhos/validaty
validaty
/
spec
/
spec_helper.js
8 lines
(5 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
fixture.
setBase
(
'spec/fixtures'
);
function
context
(
description, spec
) {
'use strict'
;
describe
(description, spec); }