Skip to content

Commit c8fca79

Browse files
committed
Rename post.spec.ts to golang.spec.ts
1 parent 62a9f26 commit c8fca79

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"lint": "tsc --noEmit && eslint --report-unused-disable-directives && prettier --check 'src/**/*.ts'",
1212
"fix": "prettier --write src && eslint --fix src",
13-
"test": "jest -i post.spec.ts"
13+
"test": "jest -i golang.spec.ts"
1414
},
1515
"devDependencies": {
1616
"@types/jest": "^29.5.12",
File renamed without changes.

0 commit comments

Comments
 (0)