bioweb  0.09.92
C++/Python(django)/JavaScript(angularJS) framework
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 });