summary refs log tree commit diff stats
path: root/tests/js/tunittests.nim
blob: 4b09c99a9463be82e0536780ac093772e6d64b77 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  output: '''[OK] >:)'''
"""

import unittest

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