Skip to content

Commit

Permalink
Update setupTests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 24, 2023
1 parent 564b0fd commit ffe1dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin-js/tests/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ beforeAll(async() => {
return;

if (global.__coverage__)
pythonProcess = spawn("coverage", ["run", "--source=examples/", global.pythonProcessPath], {"cwd": ".."});
pythonProcess = spawn("coverage", ["run", "--source=examples/", "--source=aiohttp_admin/",
global.pythonProcessPath], {"cwd": ".."});
else
pythonProcess = spawn("python3", ["-u", global.pythonProcessPath], {"cwd": ".."});

Expand Down

0 comments on commit ffe1dd3

Please sign in to comment.