forked from openscd/open-scd
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from com-pas/244-disable-dublicate-tests-comp…
…as-openscd fix: disable dublicate tests compas openscd
- Loading branch information
Showing
13 changed files
with
46 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../autogen-substation/autogen-substation.ts → src/compas-editors/autogen-substation.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...gen-substation/autogen-substation.test.ts → ...compas-editors/autogen-substation.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/unit/editors/Sitipe.test.ts → test/unit/compas-editors/Sitipe.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
test/unit/compas-editors/__snapshots__/Sitipe.test.snap.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* @web/test-runner snapshot v1 */ | ||
export const snapshots = {}; | ||
|
||
snapshots["Sitipe plugin No doc loaded Should look like latest snapshot"] = | ||
`<div class="container"> | ||
<h1> | ||
<span style="color: var(--base1)"> | ||
[substation.missing] | ||
</span> | ||
</h1> | ||
</div> | ||
`; | ||
/* end snapshot Sitipe plugin No doc loaded Should look like latest snapshot */ | ||
|
||
snapshots["Sitipe plugin With Doc loaded Should look like latest snapshot"] = | ||
`<div class="container"> | ||
<section> | ||
<sitipe-substation> | ||
</sitipe-substation> | ||
</section> | ||
</div> | ||
`; | ||
/* end snapshot Sitipe plugin With Doc loaded Should look like latest snapshot */ | ||
|
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
.../editors/sitipe/sitipe-substation.test.ts → ...-editors/sitipe/sitipe-substation.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters