We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02b15f commit b8dfe0eCopy full SHA for b8dfe0e
lua/tests/setup_spec.lua
@@ -0,0 +1,10 @@
1
+local helpers = require('tests.helpers')
2
+local fixtures = require('tests.fixtures')
3
+
4
+describe('lean.setup', function()
5
+ it('Does not crash when loaded twice', function()
6
+ require('lean').setup {}
7
8
+ end)
9
10
+end)
0 commit comments