From de2a02232d34aed5c35a2c55b128b6ecc471bbfd Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Sat, 24 Dec 2022 15:02:15 +0800 Subject: [PATCH] chore: small changes --- test/sources.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sources.js b/test/sources.js index 6b3ce9f..03490ae 100644 --- a/test/sources.js +++ b/test/sources.js @@ -8,6 +8,5 @@ describe('sources', function () { it('raw', function () { tool.set('raw', '/* test */') - expect($tool.find('.eruda-raw')).toContainHtml('/* test */') }) })