We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb91756 commit 80f303bCopy full SHA for 80f303b
static_precompiler/tests/test_es6to5.py
@@ -1,7 +1,7 @@
1
# coding: utf-8
2
from static_precompiler.compilers.es6to5 import ES6To5
3
from static_precompiler.exceptions import StaticCompilationError
4
-from test_coffeescript import clean_javascript
+from .test_coffeescript import clean_javascript
5
import pytest
6
7
0 commit comments