Commit 0a86046a authored by Dave Pisek's avatar Dave Pisek

Fix linting errors

parent 0469b44a
......@@ -6,4 +6,4 @@
- add_page_specific_style 'page_bundles/security_dashboard'
#js-vulnerability-main{ data: { vulnerability: vulnerability_details_json(@vulnerability, @pipeline),
commit_path_template: commit_path_template(@project) } }
commit_path_template: commit_path_template(@project) } }
......@@ -9,7 +9,7 @@ const TEST_COMMIT_PATH_BASE = `/foo/bar`;
const TEST_COMMIT_PATH_PARAMETERS = '?baz=quz';
const TEST_COMMIT_PATH_TEMPLATE = `${TEST_COMMIT_PATH_BASE}/$COMMIT_SHA/${TEST_COMMIT_PATH_PARAMETERS}`;
describe.only('ee/vulnerabilities/components/generic_report/types/commit.vue', () => {
describe('ee/vulnerabilities/components/generic_report/types/commit.vue', () => {
let wrapper;
const createWrapper = () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment