Commit 7b3e3326 authored by Dave Pisek's avatar Dave Pisek

Add specs to report section

parent 77336b01
......@@ -6,24 +6,25 @@ import { extendedWrapper } from 'helpers/vue_test_utils_helper';
const TEST_DATA = {
supportedTypes: {
one: {
name: 'one',
url: {
name: 'url',
type: REPORT_TYPES.url,
href: 'http://foo.com',
},
two: {
name: 'two',
type: REPORT_TYPES.url,
href: 'http://bar.com',
},
three: {
table: {
name: 'table',
type: REPORT_TYPES.table,
header: [],
rows: [],
},
code: {
name: 'code',
type: REPORT_TYPES.code,
value: '<h1>Foo</h1>',
},
},
unsupportedTypes: {
four: {
unsupported: {
name: 'four',
type: 'not-supported',
},
......
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