Skip to content

Commit

Permalink
test: failing test for gradle kts auto detect
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed Aug 13, 2020
1 parent 0a8c2dc commit f386147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/find-files.test.ts
Expand Up @@ -53,7 +53,7 @@ test('find all files in test fixture ignoring node_modules', async (t) => {
path.join(testFixture, 'golang', 'golang-app', 'Gopkg.toml'),
path.join(testFixture, 'golang', 'golang-gomodules', 'go.mod'),
path.join(testFixture, 'gradle', 'build.gradle'),
path.join(testFixture, 'gradle-multiple', 'gradle/build.gradle'),
path.join(testFixture, 'gradle-kts', 'build.gradle.kts'),
path.join(testFixture, 'gradle-multiple', 'gradle/build.gradle'),
path.join(testFixture, 'gradle-multiple', 'gradle-another/build.gradle'),
path.join(testFixture, 'maven', 'pom.xml'),
Expand Down

0 comments on commit f386147

Please sign in to comment.