Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Nov 21, 2023
1 parent f988f4a commit 2283e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/model/tests/all-models.clientside.mts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Clientside model integration tests', () => {
...rest
}
}));
test.only.each(directModels)('%s (direct)', async ({ modelUMDScriptPath, packageDirectoryName, modelName, modelUMDDirectName, ...rest }) => {
test.each(directModels)('%s (direct)', async ({ modelUMDScriptPath, packageDirectoryName, modelName, modelUMDDirectName, ...rest }) => {
const fixturePath = `${await testRunner.getFixturesServerURL()}/${packageDirectoryName}/test/__fixtures__/fixture.png`;
const modelScriptPath = `${await testRunner.getFixturesServerURL()}/${packageDirectoryName}/${modelUMDScriptPath}`;
// await new Promise((resolve) => setTimeout(resolve, 1000 * 60));
Expand Down

0 comments on commit 2283e30

Please sign in to comment.