diff --git a/test.js b/test.js index 6cab1b9..86c16c3 100755 --- a/test.js +++ b/test.js @@ -4,7 +4,7 @@ import { transformer, codeGenerator, compiler, -} from './the-super-tiny-compiler.ja'; +} from './the-super-tiny-compiler.js'; import assert from 'assert/strict'; const input = '(add 2 (subtract 4 2))';