diff options
Diffstat (limited to 'tests/js')
-rw-r--r-- | tests/js/documentation_options.js | 1 | ||||
-rw-r--r-- | tests/js/sphinx_highlight.js (renamed from tests/js/doctools.js) | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/js/documentation_options.js b/tests/js/documentation_options.js new file mode 100644 index 000000000..e736460a0 --- /dev/null +++ b/tests/js/documentation_options.js @@ -0,0 +1 @@ +const DOCUMENTATION_OPTIONS = {}; diff --git a/tests/js/doctools.js b/tests/js/sphinx_highlight.js index 7268a6a8c..1f52eabb9 100644 --- a/tests/js/doctools.js +++ b/tests/js/sphinx_highlight.js @@ -1,5 +1,3 @@ -const DOCUMENTATION_OPTIONS = {}; - describe('highlightText', function() { const cyrillicTerm = 'шеллы'; |