Fix tests package path
This commit is contained in:
parent
070c74b74c
commit
0838b11f0e
@ -1,4 +1,4 @@
|
||||
package.path = package.path .. ";../assets/.lua/?.lua"
|
||||
package.path = package.path .. ";tests/?.lua"
|
||||
lester = require "lester"
|
||||
lester.show_traceback = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user