Skip to content

Commit

Permalink
test: scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
xNaCly committed Apr 4, 2023
1 parent 7521668 commit 00de618
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scanner/scanner_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package scanner

import (
"testing"
)

func BenchmarkReadme(b *testing.B) {
s := NewScanner("../test.md")
s.Parse()
}

0 comments on commit 00de618

Please sign in to comment.