Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
f9ffb21b
Commit
f9ffb21b
authored
9 years ago
by
Solly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #415 from jimdigriz/fixes
slip in PATH for 'npm test' as not everyone has karma
parents
cd1ab146
dc4b6301
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
package.json
package.json
+1
-1
No files found.
package.json
View file @
f9ffb21b
...
...
@@ -8,7 +8,7 @@
"test"
:
"tests"
},
"scripts"
:
{
"test"
:
"karma start karma.conf.js"
"test"
:
"
PATH=$PATH:node_modules/karma/bin
karma start karma.conf.js"
},
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
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