aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/services
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-14 10:30:08 +0300
committerHenry Jameson <me@hjkos.com>2021-06-14 10:30:08 +0300
commitc21b1cf89840297a781e6adc66cc195b8741cac6 (patch)
tree7d397a0a8b792e4f5f83d80bcbb8c0b95fd2bbd1 /test/unit/specs/services
parent636dbdaba8375cb991368620419e2997df0f57a9 (diff)
do the impossible, fix the unfixable
Diffstat (limited to 'test/unit/specs/services')
-rw-r--r--test/unit/specs/services/html_converter/html_line_converter.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/specs/services/html_converter/html_line_converter.spec.js b/test/unit/specs/services/html_converter/html_line_converter.spec.js
index c8c89700..de7c7fc2 100644
--- a/test/unit/specs/services/html_converter/html_line_converter.spec.js
+++ b/test/unit/specs/services/html_converter/html_line_converter.spec.js
@@ -11,7 +11,7 @@ const mapOnlyText = (processor) => (input) => {
}
}
-describe.only('html_line_converter', () => {
+describe('html_line_converter', () => {
describe('with processor that keeps original line should not make any changes to HTML when', () => {
const processorKeep = (line) => line
it('fed with regular HTML with newlines', () => {