Skip to content

Commit

Permalink
remove unused sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jun 24, 2024
1 parent bb7d82a commit 4b41a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jasmine.getEnv().addReporter(new SpecReporter());

const ParseServer = require('parse-server').default;
const CustomAuth = require('./CustomAuth');
const sleep = require('./sleep');
const { TestUtils } = require('parse-server');
const Parse = require('../../node');
const fs = require('fs');
Expand Down

0 comments on commit 4b41a06

Please sign in to comment.