UNPKG

mozilla-packaged-webapp

Version:

Utility module for installing an app as preloaded & packaged app

17 lines (13 loc) 212 B
default: test test/b2g: node setup.js .PHONY: test test: test/b2g ./node_modules/mocha/bin/mocha --ui tdd \ test/install.js \ test/webapps.js \ -t 10s .PHONY: ci ci: Xvfb :99 & DISPLAY=:99 make test