This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Commit d09dc22
authored
Attach workspace element to DOM on the spec (#205)
* Use jasmine.attachToDOM to fix failing specs
Atom now uses window.customElements instead of document.registerElement.
That change caused the specs to fail. It seems while using
customElements we have to attach the workspace element to the DOM.
* Add pull request to the CI triggers1 parent ccfb3fa commit d09dc22
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments