File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
| _ || __| ___|_ _|| __|| __||_ _|
4
4
| ||__ ||___| | | | __||__ | | |
5
5
|__|__||_____| |_| |_____||_____| |_|
6
- v0.0.5
6
+ v0.0.8
7
7
</pre >
8
8
</h5 >
9
9
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ export function run(options: RunOptions = new RunOptions()): void {
214
214
console . log ( rainbow . boldMk ( rainbow . green ( `| _ || __| ___|_ _|| __|| __||_ _|` ) ) ) ;
215
215
console . log ( rainbow . boldMk ( rainbow . green ( `| ||__ ||___| | | | __||__ | | | ` ) ) ) ;
216
216
console . log ( rainbow . boldMk ( rainbow . green ( `|__|__||_____| |_| |_____||_____| |_| ` ) ) ) ;
217
- console . log ( rainbow . dimMk ( "\n------------------- v0.0.6 -------------------\n" ) ) ;
217
+ console . log ( rainbow . dimMk ( "\n------------------- v0.0.8 -------------------\n" ) ) ;
218
218
const suites = groups . length ;
219
219
let failed = 0 ;
220
220
let tests = 0 ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " as-test" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Testing framework for AssemblyScript. Compatible with WASI or Bindings " ,
5
5
"types" : " assembly/index.ts" ,
6
6
"author" : " Jairus Tanaka" ,
You can’t perform that action at this time.
0 commit comments