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
Léo-Paul Géneau
gitlab-ce
Commits
96ad8384
Commit
96ad8384
authored
Apr 25, 2019
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use FIXTURES_PATH in balsamiq_viewer_integration_spec.js
parent
ee576849
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
config/karma.config.js
config/karma.config.js
+1
-1
spec/javascripts/blob/balsamiq/balsamiq_viewer_integration_spec.js
...scripts/blob/balsamiq/balsamiq_viewer_integration_spec.js
+3
-1
No files found.
config/karma.config.js
View file @
96ad8384
...
...
@@ -110,7 +110,7 @@ module.exports = function(config) {
frameworks
:
[
'
jasmine
'
],
files
:
[
{
pattern
:
'
spec/javascripts/test_bundle.js
'
,
watched
:
false
},
{
pattern
:
'
spec/javascripts/fixtures/**/*@(.json|.html|.png)
'
,
included
:
false
},
{
pattern
:
`spec/javascripts/fixtures/**/*@(.json|.html|.png|.bmpr)`
,
included
:
false
},
],
preprocessors
:
{
'
spec/javascripts/**/*.js
'
:
[
'
webpack
'
,
'
sourcemap
'
],
...
...
spec/javascripts/blob/balsamiq/balsamiq_viewer_integration_spec.js
View file @
96ad8384
import
BalsamiqViewer
from
'
~/blob/balsamiq/balsamiq_viewer
'
;
import
bmprPath
from
'
../../fixtures/blob/balsamiq/test.bmpr
'
;
import
{
FIXTURES_PATH
}
from
'
spec/test_constants
'
;
const
bmprPath
=
`
${
FIXTURES_PATH
}
/blob/balsamiq/test.bmpr`
;
describe
(
'
Balsamiq integration spec
'
,
()
=>
{
let
container
;
...
...
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