mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
rename trace -> __trace
This commit is contained in:
14
test/test.js
14
test/test.js
@@ -25,20 +25,6 @@ import {
|
||||
|
||||
export const tests = [
|
||||
|
||||
// TODO
|
||||
/*
|
||||
test('trace', () => {
|
||||
assert_code_evals_to(`
|
||||
const trace = () => 1;
|
||||
trace()
|
||||
|
||||
`,
|
||||
|
||||
1
|
||||
)
|
||||
}),
|
||||
*/
|
||||
|
||||
test('invalid token in the beginning', () => {
|
||||
const result = parse('# import')
|
||||
assert_equal(result, {
|
||||
|
||||
Reference in New Issue
Block a user