diff options
author | Martin Hanzel <mhanzel@gitlab.com> | 2019-06-05 21:28:40 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-06-05 21:28:40 +0000 |
commit | c0e743bf0cad24bad590328925a32e9eee9810b2 (patch) | |
tree | 8d16844e84b73658abf76c3ac22ca06e94742196 /app/assets/javascripts | |
parent | fabca7abc1d33ddbc069eb2441874a3c03e14d5e (diff) | |
download | gitlab-ce-c0e743bf0cad24bad590328925a32e9eee9810b2.tar.gz |
Migrate old notes app test from Karma to Jest
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r-- | app/assets/javascripts/notes.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js index d03f4508fb8..1c9ca180100 100644 --- a/app/assets/javascripts/notes.js +++ b/app/assets/javascripts/notes.js @@ -7,6 +7,10 @@ no-unused-vars, no-shadow, no-useless-escape, class-methods-use-this */ /* global ResolveService */ /* global mrRefreshWidgetUrl */ +/* +old_notes_spec.js is the spec for the legacy, jQuery notes application. It has nothing to do with the new, fancy Vue notes app. + */ + import $ from 'jquery'; import _ from 'underscore'; import Cookies from 'js-cookie'; |