feat: add end to end tests to replace acceptance tests with strict uplc comparison.
Add acceptance tests 1,2, 6 as end to end tests
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
test foo() {
|
||||
(1, []) == (1, [])
|
||||
}
|
||||
|
||||
test bar() {
|
||||
let x = 1
|
||||
if x == 1 {
|
||||
True
|
||||
} else {
|
||||
False
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user