Skip to content

Commit

Permalink
chore: test tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Mar 5, 2022
1 parent d4afd3c commit d6adcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/api-tests/seed.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const knex = require('../../server/database/knex');
const seed = require('../../database/seed/index');
const log = require("loglevel");

describe.only("seed", () => {
describe.skip("seed", () => {
beforeEach(async () => {
await knex("earnings").truncate();
})
Expand Down

0 comments on commit d6adcc5

Please sign in to comment.