Prepare to release (#532)
- add node6-transform to .npmignore - dump node version in sanity test
This commit is contained in:
parent
60ace82875
commit
10b9dfea83
@ -4,6 +4,7 @@ third_party/phantomjs/
|
||||
phantom_shim
|
||||
# exclude all tests
|
||||
test
|
||||
utils/node6-transform
|
||||
|
||||
# repeats from .gitignore
|
||||
node_modules
|
||||
|
@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
console.log(process.version);
|
||||
|
||||
describe('Puppeteer Sanity', function() {
|
||||
it('should not be insane', function(done) {
|
||||
const puppeteer = require('..');
|
||||
|
Loading…
Reference in New Issue
Block a user