Skip to content

Instantly share code, notes, and snippets.

@markelog
Created March 3, 2016 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markelog/4be9520d09a5adaf5420 to your computer and use it in GitHub Desktop.
Save markelog/4be9520d09a5adaf5420 to your computer and use it in GitHub Desktop.
```sh
$ grunt
Running "concat:dist" (concat) task
File dist/jquery-migrate.js created.
Running "uglify:all" (uglify) task
>> 1 file created.
Running "jshint:dist" (jshint) task
>> 1 file lint free.
Running "jshint:tests" (jshint) task
>> 12 files lint free.
Running "jshint:grunt" (jshint) task
>> 1 file lint free.
Running "jscs:src" (jscs) task
>> 27 files without code style errors.
Running "qunit:files" (qunit) task
Testing test/index.html JQMIGRATE: Migrate is installed with logging active, version 1.3.1-pre
...............................................OK
>> 774 assertions passed (1637ms)
>> Coverage:
>> - Lines: 86.04%
>> - Statements: 86.04%
>> - Functions: 90%
>> - Branches: 70.33%
Done, without errors.
$ g fpr 155
From github.com:jquery/jquery-migrate
* [new ref] refs/pull/155/head -> 155
Switched to branch '155'
$ npm test
> jquery-migrate@3.0.0-pre test /Users/arkel/Workspace/jquery-migrate
> grunt test
Running "qunit:files" (qunit) task
Testing test/index.html JQMIGRATE: Migrate is installed with logging active, version 1.3.1-pre
.....................OK
>> 62 assertions passed (1211ms)
>> Coverage:
>> - Lines: 87.25%
>> - Statements: 87.25%
>> - Functions: 88.89%
>> - Branches: 70.49%
Done, without errors.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment