Skip to content

Commit

Permalink
Rename test file so that the JS tests are actually run (#151)
Browse files Browse the repository at this point in the history
* Rename test file so that the JS tests are actually run

Since "js" is listed as an OS in goos.GOOS, "_js" was interpreted
as an OS constraint and the test never ran.

* Fix build error in nodejs test now that it's being built
  • Loading branch information
thomas11 authored Sep 15, 2022
1 parent f31beaa commit 27b3447
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Copyright 2016-2020, Pulumi Corporation. All rights reserved.
//go:build nodejs || all
// +build nodejs all

package examples

import (
"path"
"testing"

"github.com/pulumi/pulumi/pkg/v3/testing/integration"
Expand Down

0 comments on commit 27b3447

Please sign in to comment.