summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/rest_api.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/rest_api.js')
-rw-r--r--app/assets/javascripts/rest_api.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/rest_api.js b/app/assets/javascripts/rest_api.js
index 3e9e3e6f265..61fe89f4f7e 100644
--- a/app/assets/javascripts/rest_api.js
+++ b/app/assets/javascripts/rest_api.js
@@ -4,7 +4,7 @@ export * from './api/user_api';
export * from './api/markdown_api';
// Note: It's not possible to spy on methods imported from this file in
-// Jest tests. See https://stackoverflow.com/a/53307822/1063392.
+// Jest tests.
// As a workaround, in Jest tests, import the methods from the file
// in which they are defined:
//