diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-02-02 16:38:17 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-02-02 16:38:28 +0000 |
| commit | 5311960780ccd26ef5d4730ea755154e3d61f25a (patch) | |
| tree | 14abbb8876e9d3fdaebde86bdaa625310433ef31 /spec/lang/switch_spec.moon | |
| parent | wip vector math (diff) | |
| download | alive-vector-math.tar.gz alive-vector-math.zip | |
wip for releasevector-math
Diffstat (limited to 'spec/lang/switch_spec.moon')
| -rw-r--r-- | spec/lang/switch_spec.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/lang/switch_spec.moon b/spec/lang/switch_spec.moon new file mode 100644 index 0000000..eeda2cf --- /dev/null +++ b/spec/lang/switch_spec.moon @@ -0,0 +1,4 @@ +import TestPilot from require 'spec.test_setup' + +describe "switch", -> + COPILOT = TestPilot! |
