mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +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
4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
var babelOptions = require('../static/babelrc.json');
|
|
require('babel-core/register')(babelOptions);
|
|
jasmine.APP_PATH = process.argv.slice(3)[0].split('APP_PATH=')[1];
|
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|