Skip to content

Commit b7fc8ea

Browse files
committed
Run Bun tests on Windows now that bun supports Windows
1 parent 59f98f7 commit b7fc8ea

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/test/groovy/com/github/gradle/node/bun/task/BunInstall_integTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import spock.lang.IgnoreIf
77

88
import static com.github.gradle.node.NodeExtension.DEFAULT_NODE_VERSION
99

10-
@IgnoreIf({ os.windows })
1110
class BunInstall_integTest extends AbstractIntegTest {
1211

1312
def 'install packages with bun (#gv.version)'() {

src/test/groovy/com/github/gradle/node/bun/task/BunTask_integTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import org.gradle.testkit.runner.TaskOutcome
66
import spock.lang.Ignore
77
import spock.lang.IgnoreIf
88

9-
@IgnoreIf({ os.windows })
109
class BunTask_integTest extends AbstractIntegTest {
1110
def 'execute bun command with a package.json file and check inputs up-to-date detection (#gv.version)'() {
1211
given:

src/test/groovy/com/github/gradle/node/bun/task/Bun_integTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import com.github.gradle.AbstractIntegTest
44
import org.gradle.testkit.runner.TaskOutcome
55
import spock.lang.IgnoreIf
66

7-
@IgnoreIf({ os.windows })
87
class Bun_integTest extends AbstractIntegTest {
98
def 'install packages with Bun and project in sub directory (#gv.version)'() {
109
given:

src/test/groovy/com/github/gradle/node/bun/task/BunxTask_integTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import java.util.regex.Pattern
1313

1414
import static com.github.gradle.node.NodeExtension.DEFAULT_NPM_VERSION
1515

16-
@IgnoreIf({ os.windows })
1716
class BunxTask_integTest extends AbstractIntegTest {
1817
def 'execute bunx command with no package.json file (#gv.version)'() {
1918
given:

0 commit comments

Comments
 (0)