Mailspring/spec/n1-spec-runner
Halla Moore 6f571a323f fix(decaffeination) Remove second arg from some slice calls
Decaffination replaces someString[index..-1] with
someString.slice(index, -1 + 1), which is bizzare. This commit changes those
instances to someString.slice(index).
2016-11-02 12:40:01 -07:00
..
console-reporter.es6 fix(decaffeination) Remove second arg from some slice calls 2016-11-02 12:40:01 -07:00
jasmine-extensions.es6 lint(*): Bump to ESLint 3.8 2016-10-17 18:07:35 -07:00
jasmine.js Move spec runner & deps into n1-spec-runner folder 2016-10-16 20:10:19 -07:00
master-after-each.es6 fix(spec): Apply jasmine styles to windowed specs 2016-10-27 12:44:22 -07:00
master-before-each.es6 fix(spec): Apply jasmine styles to windowed specs 2016-10-27 12:44:22 -07:00
n1-gui-reporter.cjsx rm(grim): We’re not using Grim for deprecations 2016-10-25 11:36:20 -07:00
n1-spec-loader.es6 lint(*): Bump to ESLint 3.8 2016-10-17 18:07:35 -07:00
n1-spec-runner.es6 fix(spec): Apply jasmine styles to windowed specs 2016-10-27 12:44:22 -07:00
nylas-test-constants.es6 Initial extraction of all methods out of of spec-helper 2016-10-16 20:10:19 -07:00
react-test-utils-extensions.es6 lint(*): Bump to ESLint 3.8 2016-10-17 18:07:35 -07:00
spec-bootstrap.es6 lint(*): Bump to ESLint 3.8 2016-10-17 18:07:35 -07:00
terminal-reporter.es6 Move spec runner & deps into n1-spec-runner folder 2016-10-16 20:10:19 -07:00
time-override.coffee Move spec runner & deps into n1-spec-runner folder 2016-10-16 20:10:19 -07:00
time-reporter.coffee Move spec runner & deps into n1-spec-runner folder 2016-10-16 20:10:19 -07:00