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
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit9c19736

Browse files
authored
Merge pull request#2 from SimpleRegex/dev
2 parentsa7a6348 +aa0d43f commit9c19736

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎test/rules-test.js‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ function testRules() {
1515
return
1616
}
1717

18-
constlines=fs.readFileSync(path.join(rulesDir,file),{encoding:'utf-8'}).split('\n')
19-
runAssertions(buildData(lines))
18+
it(file.slice(0,-5).split('_').join(' '),()=>{
19+
constlines=fs.readFileSync(path.join(rulesDir,file),{encoding:'utf-8'}).split('\n')
20+
runAssertions(buildData(lines))
21+
})
2022
})
2123
}
2224

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp