Skip to content

Commit

Permalink
test: add scripts test
Browse files Browse the repository at this point in the history
  • Loading branch information
shiron-dev committed Dec 19, 2024
1 parent ec8caf0 commit a27dbd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json
9 changes: 9 additions & 0 deletions scripts/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import "testing"

func TestMain(t *testing.T) {
t.Parallel()

main()
}

0 comments on commit a27dbd9

Please sign in to comment.