Skip to content

Commit fcfa75a

Browse files
committed
Move js package tests into tests package.
This way, all GopherJS-specific tests are in tests package, rather than having an arbitrary split. None of the package js tests were internal to the package. This helps a future change where the js package becomes embedded into the compiler. It makes it easier to add and modify GopherJS tests without having to regenerate the js package. Resolves gopherjs#792.
1 parent e1d10e7 commit fcfa75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/js_test.go renamed to tests/js_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// +build js
22

3-
package js_test
3+
package tests_test
44

55
import (
66
"fmt"

0 commit comments

Comments
 (0)