We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b4c2e commit a908714Copy full SHA for a908714
1 file changed
addon-test-support/index.js
@@ -4,7 +4,8 @@ import { mockServer } from './-private/mock-server';
4
import param from 'jquery-param';
5
6
export function setup(hooks) {
7
- hooks.beforeEach(function() {
+ hooks.beforeEach(async function() {
8
+ await mockServer.cleanUp();
9
return setupContext(this);
10
});
11
0 commit comments