bioweb
0.09.92
C++/Python(django)/JavaScript(angularJS) framework
Main Page
Classes
Files
File List
File Members
client
tests
test01_basic.js
Go to the documentation of this file.
1
4
module(
"test01_basic"
, {
5
setup:
function
() { },
6
teardown:
function
() { }
7
});
8
9
test(
"trivial test for qunit"
,
function
() {
10
ok( 1 ==
"1"
,
"Passed!"
);
11
});
12
13
test(
"please remember to copy body tag from src/index.html into tests/qu-test.html every time index.html is changed!"
,
function
() {
14
ok( 1 ==
"1"
,
"Passed!"
);
15
});
Generated on Wed Nov 25 2015 21:50:49 for bioweb by
1.8.9.1