File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change
1
+ # require "promise.class.nut:3.0.0"
1
2
// MIT License
2
3
//
3
4
// Copyright 2016-2017 Electric Imp
26
27
* impUnit Test Framework
27
28
*
28
29
* @author Mikhail Yurasov <mikhail@electricimp.com>
29
- * @version 0.5 .0
30
+ * @version 1.0 .0
30
31
* @package ImpUnit
31
32
*/
32
33
33
34
// libs required by impUnit
34
35
35
- # require "promise.class.nut:3.0.0"
36
-
37
36
/* *
38
37
* JSON encoder
39
38
*
Original file line number Diff line number Diff line change
1
+ # require "promise.class.nut:3.0.0"
1
2
// MIT License
2
3
//
3
4
// Copyright 2016-2017 Electric Imp
26
27
* impUnit Test Framework
27
28
*
28
29
* @author Mikhail Yurasov <mikhail@electricimp.com>
29
- * @version 0.5 .0
30
+ * @version 1.0 .0
30
31
* @package ImpUnit
31
32
*/
32
33
33
34
// libs required by impUnit
34
35
35
- // #require "promise.class.nut:3.0.0"
36
-
37
36
@include __PATH__+ " /lib/JSONEncoder.mod.nut"
38
37
39
38
// impUnit module
You can’t perform that action at this time.
0 commit comments