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
|
phantom_shim
|
||||||
# exclude all tests
|
# exclude all tests
|
||||||
test
|
test
|
||||||
|
utils/node6-transform
|
||||||
|
|
||||||
# repeats from .gitignore
|
# repeats from .gitignore
|
||||||
node_modules
|
node_modules
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
console.log(process.version);
|
||||||
|
|
||||||
describe('Puppeteer Sanity', function() {
|
describe('Puppeteer Sanity', function() {
|
||||||
it('should not be insane', function(done) {
|
it('should not be insane', function(done) {
|
||||||
const puppeteer = require('..');
|
const puppeteer = require('..');
|
||||||
|
Loading…
Reference in New Issue
Block a user