forked from cerc-io/ipld-eth-server
Nest tests with their package
This commit is contained in:
@@ -10,4 +10,4 @@ By default, `go get` does not work for private GitHub repos. This will fix that.
|
|||||||
|
|
||||||
## Running the Tests
|
## Running the Tests
|
||||||
|
|
||||||
`go test`
|
`go test ./...`
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package main_test
|
package core_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package main_test
|
package core_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
vulcanizedb "github.com/8thlight/vulcanizedb/core"
|
vulcanizedb "github.com/8thlight/vulcanizedb/core"
|
||||||
Reference in New Issue
Block a user