Skip to content

Commit

Permalink
Rename script files to match package name
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed Jan 22, 2020
1 parent 78d1ec5 commit 62d5d6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import ObservableArray from "can-observable-array";

stache.addBindings(stacheBindings);

import reactToWebComponent from "./react-to-webcomponent";
import reactToWebComponent from "./react-to-can-webcomponent";

QUnit.module("react-to-webcomponent");
QUnit.module("react-to-can-webcomponent");


QUnit.test("basics with react", function(assert) {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<script src="./node_modules/@webcomponents/custom-elements/custom-elements.min.js"></script>

<div id="qunit-fixture"></div>
<script src="./node_modules/steal/steal.js" main="~/react-to-webcomponent-test"></script>
<script src="./node_modules/steal/steal.js" main="~/react-to-can-webcomponent-test"></script>
</body>
</html>

0 comments on commit 62d5d6d

Please sign in to comment.