js: Bump test dependency

To work around a cache issue.
This commit is contained in:
Bjørn Erik Pedersen 2022-05-13 11:08:23 +02:00
parent 7de629121d
commit 91fe1b6c69
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -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;
`))
}