Added test

This commit is contained in:
Mikael Selander
2014-11-17 10:47:33 +01:00
parent d4c49e7eff
commit 30c37d82b5
+2 -1
View File
@@ -3,6 +3,7 @@
function test_basics() {
NProgress.start();
NProgress.inc();
NProgress.inc(0.2);
NProgress.done();
NProgress.set(0.5);
@@ -29,4 +30,4 @@ function test_configuration() {
trickleRate: 0.42,
trickleSpeed: 42
});
}
}