From a7c520b46057145fa8d135566cea548093ef9c2e Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Tue, 9 Apr 2024 15:27:59 +0300 Subject: [PATCH] feat: Add tests for application/javascript --- .../rules/CSPCompliance/NoInlineJS.html | 8 ++++++++ .../amd/snapshots/transpiler.ts.snap | Bin 13842 -> 13715 bytes .../xml/snapshots/transpiler.ts.snap | Bin 5366 -> 5305 bytes .../rules/snapshots/CSPCompliance.ts.md | 13 +++++++++++-- .../rules/snapshots/CSPCompliance.ts.snap | Bin 716 -> 748 bytes .../rules/snapshots/NoDeprecatedApi.ts.snap | Bin 6697 -> 6292 bytes .../linter/rules/snapshots/NoGlobals.ts.snap | Bin 1596 -> 1505 bytes test/lib/linter/snapshots/linter.ts.snap | Bin 8091 -> 7662 bytes 8 files changed, 19 insertions(+), 2 deletions(-) diff --git a/test/fixtures/linter/rules/CSPCompliance/NoInlineJS.html b/test/fixtures/linter/rules/CSPCompliance/NoInlineJS.html index 88412b31e..234152a16 100644 --- a/test/fixtures/linter/rules/CSPCompliance/NoInlineJS.html +++ b/test/fixtures/linter/rules/CSPCompliance/NoInlineJS.html @@ -14,6 +14,14 @@ }); + +