Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Limit line lenght to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
amatosov-rbx committed Jun 11, 2020
1 parent e35f2c6 commit 84e0264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TestPlanner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ local TestPlanner = {}
pathStringForSorting -- a string representation of `path`, used for sorting of the test plan
}
- testNamePattern - Only tests matching this Lua pattern string will run. Pass empty or nil to run all tests
- extraEnvironment - Lua table holding additional functions and variables to be injected into the specification function during execution
- extraEnvironment - Lua table holding additional functions and variables to be injected into the specification
function during execution
]]
function TestPlanner.createPlan(modulesList, testNamePattern, extraEnvironment)
local plan = TestPlan.new(testNamePattern, extraEnvironment)
Expand Down

0 comments on commit 84e0264

Please sign in to comment.