Skip to content

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tests are added into the ~/tests/specs folder.

They have the format:

== description goes here ==
const    u    =     2;

[expect]
const u = 2;

See here for more details.