mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 17:17:56 +08:00
c6b4adbcd1
Summary: - Sets up spectron test suite inside its own directory and with its own dependencies (must run on a build of the app) - Sets up dummy test - Adds `run-spectron-specs` grunt task, and adds it to cibuild task - Cleans up spec tasks code Test Plan: - Run specs Reviewers: evan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2256
9 lines
116 B
JSON
9 lines
116 B
JSON
{
|
|
"spec_dir": ".",
|
|
"spec_files": [
|
|
"**/*-spec.{js,es6,es,jsx}"
|
|
],
|
|
"helpers": [
|
|
"bootstrap.js"
|
|
]
|
|
}
|