Skip to content

Commit

Permalink
test: enabled faulty ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glebcha committed Nov 21, 2024
1 parent 7edf358 commit 8178f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createHttpClient/createHttpClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ clientSuite('should apply middleware', async () => {

});

clientSuite.only('should modify response in middleware', async () => {
clientSuite('should modify response in middleware', async () => {
const { post } = createHttpClient({
middleware: {
response: [
Expand Down

0 comments on commit 8178f61

Please sign in to comment.