mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 11:49:54 -05:00
Add dummy files to js samples with integration tests (#2643)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Copyright 2016 Attic Labs, Inc. All rights reserved.
|
||||
// Licensed under the Apache License, version 2.0:
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
package aggregate
|
||||
|
||||
// go build fails if there are _test.go but no other go files in a directory.
|
||||
@@ -2,7 +2,7 @@
|
||||
// Licensed under the Apache License, version 2.0:
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
package counter
|
||||
package aggregate
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
// Copyright 2016 Attic Labs, Inc. All rights reserved.
|
||||
// Licensed under the Apache License, version 2.0:
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
package url_fetch
|
||||
|
||||
// go build fails if there are _test.go but no other go files in a directory.
|
||||
Reference in New Issue
Block a user