Skip to content

Commit

Permalink
tests: Prepared for adding unit tests. (we've manually tested everyth…
Browse files Browse the repository at this point in the history
…ing in the meantime)
  • Loading branch information
Zeioth committed Jan 9, 2024
1 parent 396eba7 commit 659d26a
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 2 deletions.
Empty file added tests/examples/go/.svn
Empty file.
3 changes: 3 additions & 0 deletions tests/examples/go/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module src

go 1.21.5
File renamed without changes.
Empty file added tests/examples/javascript/.svn
Empty file.
1 change: 1 addition & 0 deletions tests/examples/javascript/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// test
console.log("Hello, World!");


Empty file added tests/examples/rust/.svn
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@
fn main() {
println!("Hello, World!");
}


Empty file added tests/examples/typescript/.svn
Empty file.
2 changes: 2 additions & 0 deletions tests/tests.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Unit tests for dooku.nvim
-- TODO

0 comments on commit 659d26a

Please sign in to comment.