Skip to content

Commit

Permalink
test(busted): make types in test files work with langserver
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Nov 15, 2023
1 parent a8aa39e commit 7bce376
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions spec/abs_vs_rel_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---@module 'busted'

local _ = require("pathlib")

describe("Absolute vs Relative Paths;", function()
Expand Down
2 changes: 0 additions & 2 deletions spec/basic_path_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---@module 'busted'

local _ = require("pathlib")

describe("Simple PathlibPath test;", function()
Expand Down
2 changes: 0 additions & 2 deletions spec/busted_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---@module 'busted'

describe("Busted unit testing framework", function()
describe("should be awesome", function()
it("should be easy to use", function()
Expand Down
2 changes: 0 additions & 2 deletions spec/hello_world_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---@module 'busted'

describe("Hello World Test;", function()
describe("Simple test to check if luarocks is working correctly.", function()
it("Check: hello world", function()
Expand Down
2 changes: 0 additions & 2 deletions spec/path_with_string_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---@module 'busted'

local _ = require("pathlib")

describe("Compatibility Between Path and String;", function()
Expand Down

0 comments on commit 7bce376

Please sign in to comment.