Skip to content

Commit

Permalink
Update all-accessibility.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnkampf authored Jan 9, 2024
1 parent f4b87b6 commit 4d2b7be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import urls from '../../../../../src/lib/urls'
import { urlTestExclusions } from './config/urlTestExclusions'
import { cleanseArrayOfUrls, createArrayOfUrls } from './config/utils'

const arrayOfUrls = createArrayOfUrls(urls.investments.projects)
const arrayOfUrls = createArrayOfUrls(urls)

const filteredArrayOfUrls = cleanseArrayOfUrls(arrayOfUrls, urlTestExclusions)

Expand Down

0 comments on commit 4d2b7be

Please sign in to comment.