Skip to content

Commit

Permalink
fix: file import
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jan 20, 2025
1 parent d74c1dc commit 5648ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/example.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const request = require('supertest');
const { setupStrapi, stopStrapi } = require('../playground/tests/helpers');
const { setupStrapi, stopStrapi } = require('../../playground/tests/helpers');

let strapi;

Expand Down

0 comments on commit 5648ea8

Please sign in to comment.