Drive-by linting fixes
This commit is contained in:
Родитель
0c955d52e1
Коммит
feef2bd741
|
@ -1,4 +1,4 @@
|
|||
/* global describe, it*/
|
||||
/* global describe, it */
|
||||
import assert from 'assert';
|
||||
import { parse as parseVersion } from '../../src/meta/version';
|
||||
|
||||
|
|
|
@ -66,8 +66,8 @@ describe('/crashes', () => {
|
|||
describe('GET /crashes/', () => {
|
||||
it('should return 200', (done) => {
|
||||
request()
|
||||
.get('/api/crashes/')
|
||||
.expect(200, done);
|
||||
.get('/api/crashes/')
|
||||
.expect(200, done);
|
||||
});
|
||||
});
|
||||
describe('GET /crashes/beta/builds', () => {
|
||||
|
@ -81,13 +81,6 @@ describe('/crashes', () => {
|
|||
});
|
||||
|
||||
describe('/bz', () => {
|
||||
// describe('GET /regressions/', () => {
|
||||
// it('should return 200', (done) => {
|
||||
// request()
|
||||
// .get('/api/bz/regressions/')
|
||||
// .expect(200, done);
|
||||
// });
|
||||
// });
|
||||
describe('GET /regressions/missed/', () => {
|
||||
it('should return 200', (done) => {
|
||||
request()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* global describe, it*/
|
||||
/* global describe, it */
|
||||
import assert from 'assert';
|
||||
import { getInDevelopment } from '../../src/status/caniuse';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* global describe, it*/
|
||||
/* global describe, it */
|
||||
import assert from 'assert';
|
||||
import { getChromePopular } from '../../src/status/chrome';
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче