---
-
-[](https://travis-ci.org/foundation/foundation-sites)
+[](https://github.com/foundation/foundation-sites/actions?workflow=CI)
- [](https://david-dm.org/zurb/foundation-sites)
- [](https://david-dm.org/zurb/foundation-sites?type=dev)
+ [](https://david-dm.org/foundation/foundation-sites)
+ [](https://david-dm.org/foundation/foundation-sites?type=dev)
[](https://badge.fury.io/js/foundation-sites)
[](https://badge.fury.io/bo/foundation-sites)
[](https://badge.fury.io/rb/foundation-rails)
"esnext": "dist/js/foundation.es6.js",
"typings": "dist/js/foundation.d.ts",
"description": "The most advanced responsive front-end framework in the world.",
- "author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
- "homepage": "http://foundation.zurb.com/sites",
+ "author": "Foundation Yetinauts <contact@get.foundation> (https://get.foundation)",
+ "homepage": "https://get.foundation/sites",
"scripts": {
"start": "gulp",
- "test": "npm run test:sass && npm run test:javascript:units && npm run test:bundle",
- "test:ci": "npm run test:sass && npm run test:javascript:ci",
+ "test": "yarn test:sass && yarn test:javascript:units && yarn test:bundle",
+ "test:single-process": "yarn test:sass && yarn test:javascript:units:single-process && yarn test:bundle:single-process",
+ "test:ci": "yarn test:sass && yarn test:javascript:ci",
+ "test:ci:single-process": "yarn test:sass && yarn test:javascript:ci:single-process",
"test:sass": "mocha test/sass/test_sass.js --colors",
"test:javascript:transpile": "gulp sass:foundation --color && gulp test:transpile-js --color",
- "test:javascript:units": "npm run test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -f test/javascript/index.html",
- "test:javascript:browserstack": "npm run test:javascript:transpile && browserstack-runner",
- "test:javascript:ci": "npm run test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -f test/javascript/index.html && browserstack-runner",
- "test:bundle": "mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -f test/bundle/index.html",
+ "test:javascript:units": "yarn test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html",
+ "test:javascript:units:single-process": "yarn test:javascript:transpile && mocha-headless-chrome -a single-process -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html",
+ "test:javascript:browserstack": "yarn test:javascript:transpile && browserstack-runner",
+ "test:javascript:ci": "yarn test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html && browserstack-runner",
+ "test:javascript:ci:single-process": "yarn test:javascript:transpile && mocha-headless-chrome -a single-process -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/javascript/index.html && browserstack-runner",
+ "test:bundle": "mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/bundle/index.html",
+ "test:bundle:single-process": "mocha-headless-chrome -a ignore-resource-errors -a single-process -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/bundle/index.html",
"test:visual": "gulp test --color",
- "lockdeps": "npm i && npm-force-resolutions && rimraf yarn.lock && yarn import && rimraf shrinkwrap.yaml && pnpm import",
- "relockdeps": "rimraf package-lock.json && npm run lockdeps",
"deploy": "gulp deploy --color",
"deploy:prep": "gulp deploy:prep --color",
"deploy:docs": "gulp deploy:docs --color",