Skip to content

Commit

Permalink
update webtests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Apr 5, 2024
1 parent 3f6d33a commit a527ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codi-test-framework",
"version": "0.0.18",
"version": "0.0.19",
"description": "A simple test framework for JavaScript",
"main": "src/testRunner.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/testRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function runWebTests(testFiles) {

// Run each test file sequentially
for (const file of testFiles) {
await runTestFile(file);
await runWebTestFile(file);
}

// Return a promise that resolves with the test results
Expand Down

0 comments on commit a527ded

Please sign in to comment.