summaryrefslogtreecommitdiff
path: root/spec/frontend/sidebar/lock/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/sidebar/lock/constants.js')
-rw-r--r--spec/frontend/sidebar/lock/constants.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/frontend/sidebar/lock/constants.js b/spec/frontend/sidebar/lock/constants.js
new file mode 100644
index 00000000000..b9f08e9286d
--- /dev/null
+++ b/spec/frontend/sidebar/lock/constants.js
@@ -0,0 +1,2 @@
+export const ISSUABLE_TYPE_ISSUE = 'issue';
+export const ISSUABLE_TYPE_MR = 'merge request';