https://github.com/angular/angular
Raw File
Tip revision: 8de2ace80a99709897542019a9f313a83156b2d8 authored by Miško Hevery on 26 July 2017, 23:09:54 UTC
docs: add changelog for 4.3.2
Tip revision: 8de2ace
test.sh
#!/bin/sh

cd `dirname $0`
./build.sh

gulp serve-examples &

(cd ../../ && NODE_PATH=$NODE_PATH:dist/all $(npm bin)/protractor protractor-examples-e2e.conf.js --bundles=true)
back to top