Skip to content

Commit 57ca6fb

Browse files
committed
✅tests(gradle): test for spring added.
1 parent d753d09 commit 57ca6fb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tests/tests/bau/gradle.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33

44
local ms = 1000 -- wait time
55
local bau = require("compiler.bau.gradle")
6-
local example = vim.fn.stdpath "data" .. "/lazy/compiler.nvim/tests/code samples/bau/gradle"
76

87
-- Run gradlew > build.gradlew.kts > build.gradlew (first occurence by priority)
8+
local example = vim.fn.stdpath "data" .. "/lazy/compiler.nvim/tests/code samples/bau/gradle/parse-file"
99
vim.api.nvim_set_current_dir(example)
1010
bau.action("hello_world")
1111
vim.wait(ms)
12+
13+
-- Run gradlew > build.gradlew.kts > build.gradlew (first occurence by priority)
14+
local example = vim.fn.stdpath "data" .. "/lazy/compiler.nvim/tests/code samples/bau/gradle/parse-cmd"
15+
vim.api.nvim_set_current_dir(example)
16+
bau.action("bootRun")
17+
vim.wait(ms)

0 commit comments

Comments
 (0)