Commit c54f912c authored by Giannis Kepas's avatar Giannis Kepas
Browse files

make lint informative

parent 86e84404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@ test_assignment:
      cp ./*.js web-prog-tests/test 2>/dev/null || :
    - cd web-prog-tests
    - npm install
    - npm run lint ./test/*.js
    - npm run lint ./test/*.js || true
    - npx mocha $TEST_FILE -r jsdom-global/register
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@ test_assignment:
      cp ./*.js web-prog-tests/test 2>/dev/null || :
    - cd web-prog-tests
    - npm install
    - npm run lint ./test/*.js
    - npm run lint ./test/*.js || true
    - npx mocha $TEST_FILE -r jsdom-global/register
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@ test_assignment:
      cp ./*.js web-prog-tests/test 2>/dev/null || :
    - cd web-prog-tests
    - npm install
    - npm run lint ./test/*.js
    - npm run lint ./test/*.js || true
    - npx mocha $TEST_FILE -r jsdom-global/register
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@ test_assignment:
      cp ./*.js web-prog-tests/test 2>/dev/null || :
    - cd web-prog-tests
    - npm install
    - npm run lint ./test/*.js
    - npm run lint ./test/*.js || true
    - npx mocha $TEST_FILE -r jsdom-global/register
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@ test_assignment:
      cp ./*.js web-prog-tests/test 2>/dev/null || :
    - cd web-prog-tests
    - npm install
    - npm run lint ./test/*.js
    - npm run lint ./test/*.js || true
    - npx mocha $TEST_FILE -r jsdom-global/register