Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
f0a4b487
Commit
f0a4b487
authored
Jun 23, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update import locations for karma specs
parent
d099744d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
spec/javascripts/behaviors/gl_emoji/unicode_support_map_spec.js
...avascripts/behaviors/gl_emoji/unicode_support_map_spec.js
+1
-1
spec/javascripts/gl_emoji_spec.js
spec/javascripts/gl_emoji_spec.js
+2
-3
No files found.
spec/javascripts/behaviors/gl_emoji/unicode_support_map_spec.js
View file @
f0a4b487
import
{
getUnicodeSupportMap
}
from
'
~/behaviors/gl_
emoji/unicode_support_map
'
;
import
getUnicodeSupportMap
from
'
~/
emoji/unicode_support_map
'
;
import
AccessorUtilities
from
'
~/lib/utils/accessor
'
;
describe
(
'
Unicode Support Map
'
,
()
=>
{
...
...
spec/javascripts/gl_emoji_spec.js
View file @
f0a4b487
import
{
glEmojiTag
}
from
'
~/behaviors/gl_emoji
'
;
import
{
isEmojiUnicodeSupported
,
import
isEmojiUnicodeSupported
,
{
isFlagEmoji
,
isKeycapEmoji
,
isSkinToneComboEmoji
,
isHorceRacingSkinToneComboEmoji
,
isPersonZwjEmoji
,
}
from
'
~/
behaviors/gl_
emoji/is_emoji_unicode_supported
'
;
}
from
'
~/emoji/is_emoji_unicode_supported
'
;
const
emptySupportMap
=
{
personZwj
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment