Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/dobPublic

Commiteb7a7b9

Browse files
committed
update test
1 parenta66e9db commiteb7a7b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎tests/debug.test.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
stopDebug,
1313
useStrict
1414
}from"../src/index"
15-
import{immediate}from"./util"
15+
import{immediate}from"./util.test"
1616

1717
test("debug",t=>{
1818
useStrict()

‎tests/util.ts‎renamed to ‎tests/util.test.ts‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
importtestfrom"ava"
2+
3+
test.skip("will not be run",t=>{
4+
//
5+
})
6+
17
exportfunctionimmediate(fn:any,time?:number){
28
if(time){
39
returnnewPromise(resolve=>setTimeout(()=>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp