mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-13 08:30:36 +00:00
chore(tests): migrate parse_invalid to use official frktest package
This commit is contained in:
parent
fc9a8701f6
commit
727692b31e
1 changed files with 106 additions and 106 deletions
|
@ -1,4 +1,4 @@
|
|||
local frktest = require("../lune_packages/frktest").core
|
||||
local frktest = require("@pkg/frktest")
|
||||
local test = frktest.test
|
||||
local check = frktest.assert.check
|
||||
|
||||
|
|
Loading…
Reference in a new issue