Skip to content

Commit

Permalink
Remove jQuery install from setup.sh
Browse files Browse the repository at this point in the history
- Remove jQuery install from setup.sh
  • Loading branch information
mistergone committed Sep 7, 2018
1 parent 6772512 commit 94af7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean(){
install(){
echo 'Installing project dependencies...'
npm install
npm install --save --save-exact jquery.easing@1.3.2 normalize-css@2.3.1 jquery@1.11.3 normalize-legacy-addon@0.1.0
npm install --save --save-exact jquery.easing@1.3.2 normalize-css@2.3.1 normalize-legacy-addon@0.1.0
}

# Run tasks to build the project for distribution.
Expand Down
2 changes: 1 addition & 1 deletion test/functional/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports.config = {
capabilities: { 'browserName': 'chrome' },
specs: ['dd-functional-settlement-spec.js', 'dd-settlement-only-spec.js', 'dd-feedback-spec.js', 'dd-school-data-spec.js', 'dd-interactions-spec.js' ],
// By limiting the specs to one file, we can isolate and fix specific tests:
// specs: ['dd-settlement-only-spec.js'],
// specs: ['dd-interactions-spec.js'],
onPrepare:function(){
browser.ignoreSynchronization = true;
}
Expand Down

0 comments on commit 94af7c4

Please sign in to comment.