Skip to content

Commit f0e8abf

Browse files
committed
Fix unit-testing.
1 parent 5ba86eb commit f0e8abf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- fixed: `F.path.mkdir()` in Windows (author: @molda)
1717
- fixed: `F.restore()` in Windows (author: @molda)
1818
- fixed: `MODEL()`, `MODULE()`, `INCLUDE()` now are direct aliases
19+
- fixed: unit testing (author: @ckpiggy)
1920

2021
======= 2.8.0
2122

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module FrameworkTest
24-
* @version 2.8.0
24+
* @version 2.8.1
2525
*/
2626

2727
var T = F.tests = {};

0 commit comments

Comments
 (0)