Skip to content

Commit

Permalink
feature(api): fix recommendations regression
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Jul 2, 2024
1 parent 0ee42c6 commit 0904b8b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { CookiesOutput, cookiesTest } from "./analyzer/tests/cookies.js";
import { crossOriginResourceSharingTest } from "./analyzer/tests/cors.js";
import {
CorsOutput,
crossOriginResourceSharingTest,
} from "./analyzer/tests/cors.js";
import {
CrossOriginResourcePolicyOutput,
crossOriginResourcePolicyTest,
Expand Down Expand Up @@ -46,7 +49,7 @@ export const ALL_TESTS = [
export const ALL_RESULTS = [
CspOutput,
CookiesOutput,
CrossOriginResourcePolicyOutput,
CorsOutput,
RedirectionOutput,
ReferrerOutput,
StrictTransportSecurityOutput,
Expand Down

0 comments on commit 0904b8b

Please sign in to comment.