vendor tsgo
This commit is contained in:
14
tools/tsgo/internal/testrunner/testmain_test.go
Normal file
14
tools/tsgo/internal/testrunner/testmain_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package testrunner
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/microsoft/typescript-go/internal/core"
|
||||
"github.com/microsoft/typescript-go/internal/testutil/baseline"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
core.ApplyDebugStackLimit()
|
||||
defer baseline.Track()()
|
||||
m.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user