Skip to content

Commit 41da777

Browse files
authored
refactor: Split up std test (#528)
In order to make the components of std/test more independently requirable, I've split it up. I'm going to make the luacasing pass in a follow up PR [here](#529)
1 parent fa61b06 commit 41da777

File tree

7 files changed

+378
-324
lines changed

7 files changed

+378
-324
lines changed

lute/std/libs/test.luau

Lines changed: 0 additions & 321 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--!strict
2-
-- @std/assert
2+
-- @std/test/assert
33
-- Standard assertion library for Luau
44

55
local assertions = {}

0 commit comments

Comments
 (0)