mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 15:00:36 +00:00
chore(lune): migrate tests runner to use official frktest package
This commit is contained in:
parent
429bd82bbb
commit
6365b4121e
1 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ else
|
|||
end
|
||||
end
|
||||
|
||||
frktest.reporters.lune.init()
|
||||
if not frktest.core.run() then
|
||||
frktest._reporters.lune_console_reporter.init()
|
||||
if not frktest.run() then
|
||||
process.exit(1)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue