summaryrefslogtreecommitdiff
path: root/spec/frontend/registry/explorer/stubs.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/registry/explorer/stubs.js')
-rw-r--r--spec/frontend/registry/explorer/stubs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/frontend/registry/explorer/stubs.js b/spec/frontend/registry/explorer/stubs.js
index 2c2c7587af9..0e178abfbed 100644
--- a/spec/frontend/registry/explorer/stubs.js
+++ b/spec/frontend/registry/explorer/stubs.js
@@ -9,3 +9,8 @@ export const GlEmptyState = {
template: '<div><slot name="description"></slot></div>',
name: 'GlEmptyStateSTub',
};
+
+export const RouterLink = {
+ template: `<div><slot></slot></div>`,
+ props: ['to'],
+};