summaryrefslogtreecommitdiffstats
path: root/resources/resource_transformers/js/integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/resource_transformers/js/integration_test.go')
-rw-r--r--resources/resource_transformers/js/integration_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/resource_transformers/js/integration_test.go b/resources/resource_transformers/js/integration_test.go
index 0d2507f77..0c5b04a51 100644
--- a/resources/resource_transformers/js/integration_test.go
+++ b/resources/resource_transformers/js/integration_test.go
@@ -93,7 +93,7 @@ module github.com/gohugoio/tests/testHugoModules
go 1.16
-require github.com/gohugoio/hugoTestProjectJSModImports v0.9.0 // indirect
+require github.com/gohugoio/hugoTestProjectJSModImports v0.10.0 // indirect
-- package.json --
{
"dependencies": {
@@ -124,7 +124,7 @@ shim cwd
`)
// React JSX, verify the shimming.
- b.AssertFileContent("public/js/like.js", filepath.FromSlash(`@v0.9.0/assets/js/shims/react.js
+ b.AssertFileContent("public/js/like.js", filepath.FromSlash(`@v0.10.0/assets/js/shims/react.js
module.exports = window.ReactDOM;
`))
}