File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,6 +201,9 @@ component {
201201
202202 // Create project mapping
203203 fileSystemUtil .createMapping ( arguments .projectName , variables .cwd );
204+ fileSystemUtil .createMapping ( " coldbox" , variables .cwd & " test-harness/coldbox" );
205+ fileSystemUtil .createMapping ( " testbox" , variables .cwd & " test-harness/testbox" );
206+
204207 // Generate Docs
205208 print .greenLine ( " Generating API Docs, please wait..." ).toConsole ();
206209
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12- ### Added
13-
1412- BoxLang certification
1513- Github Actions updates
1614
@@ -25,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2523
2624- Issue #49 - Fix windows pathing issues when the disk path is relative or mapped
2725
28-
2926## [ 1.1.2] - 2023-05-18
3027
3128### Fixed
You can’t perform that action at this time.
0 commit comments