Skip to content

Commit

Permalink
Fix path for domTestRunner in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Apr 9, 2024
1 parent 98e36cf commit c1426a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dom/components.mocha.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var expect = require('chai').expect;
var pathLib = require('node:path');
var domTestRunner = require('../../test-utils/domTestRunner');
var domTestRunner = require('../../src/test-utils/domTestRunner');

describe('components', function() {
var runner = domTestRunner.install();
Expand Down

0 comments on commit c1426a0

Please sign in to comment.