summaryrefslogtreecommitdiffstats
path: root/hugolib/resource_chain_babel_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-01 10:23:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-01 11:32:17 +0100
commit144943798c2a199ed256ae901a14d3c918055eba (patch)
treeb749adb1c59dcc37a05c4ff4725d1c91b7378cf6 /hugolib/resource_chain_babel_test.go
parent440fdb0eb96b3230ddefee732b0c1afe52a37228 (diff)
github: Enable NPM tests on Windows
Fixes #8196
Diffstat (limited to 'hugolib/resource_chain_babel_test.go')
-rw-r--r--hugolib/resource_chain_babel_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/hugolib/resource_chain_babel_test.go b/hugolib/resource_chain_babel_test.go
index 77c81f9ca..61b2ef6d5 100644
--- a/hugolib/resource_chain_babel_test.go
+++ b/hugolib/resource_chain_babel_test.go
@@ -17,7 +17,6 @@ import (
"bytes"
"os"
"path/filepath"
- "runtime"
"testing"
"github.com/gohugoio/hugo/common/hexec"
@@ -40,10 +39,6 @@ func TestResourceChainBabel(t *testing.T) {
t.Skip("skip (relative) long running modules test when running locally")
}
- if runtime.GOOS == "windows" {
- t.Skip("skip npm test on Windows")
- }
-
wd, _ := os.Getwd()
defer func() {
os.Chdir(wd)