mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added test
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user