summary refs log tree commit diff stats
path: root/tests/js/tunittests.nim
blob: 8a264a5e022830350c26ceca2f1aa396621c29cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  disabled: "true"
"""

# Unittest uses lambdalifting at compile-time which we disable for the JS
# codegen! So this cannot and will not work for quite some time.

import unittest

suite "Bacon":
  test ">:)":
    check(true == true)