refactor: move test/ and yarn to repo root

This commit is contained in:
George Cushen 2021-02-03 20:14:43 +00:00
commit 76478cb4a5
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -13,3 +13,6 @@ resources/
# Mac
.DS_Store
# Test
test/go.sum

View file

@ -2,6 +2,6 @@ module github.com/wowchemy/wowchemy-hugo-modules/test
go 1.15
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210202235530-9bbf6fa2a698
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy master
replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy => ../wowchemy