mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:02:35 +08:00
4014b4e187
Summary: - You can now pass `--config-dir-path=/some/custom/path` to `./N1.sh` - `main.coffee` cleaned up a bit. A lot of unused params from legacy Atom stuff were still being used - Integration specs now set the config dir before booting. - New spec to check for the autoupdater in the app and make sure it's pointing at the right place. Test Plan: script/grunt run-integration-tests Reviewers: juan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2331
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "nylas-spectron",
|
|
"description": "N1 Spectron Test Suite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/N1.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jasmine JASMINE_CONFIG_PATH=./jasmine/config.json"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"bluebird": "^3.0.5",
|
|
"babel-core": "^5.8.21",
|
|
"jasmine": "^2.3.2",
|
|
"spectron": "^0.34.1",
|
|
"chalk": "^1.1"
|
|
}
|
|
}
|