remove 'only'
This commit is contained in:
parent
157786a7bd
commit
cd6bbaddab
@ -11,7 +11,7 @@ const JobStatus = require('../../batch/job_status');
|
|||||||
const QUERY = `SELECT 14 as foo`;
|
const QUERY = `SELECT 14 as foo`;
|
||||||
const API_KEY = 1234;
|
const API_KEY = 1234;
|
||||||
|
|
||||||
describe.only('Handle query middleware', function() {
|
describe('Handle query middleware', function() {
|
||||||
describe('regular queries endpoint', function() {
|
describe('regular queries endpoint', function() {
|
||||||
['GET', 'POST'].forEach(method => {
|
['GET', 'POST'].forEach(method => {
|
||||||
it(`${method} without query fails`, function(done) {
|
it(`${method} without query fails`, function(done) {
|
||||||
|
Loading…
Reference in New Issue
Block a user