Skip to content

Commit 3668dfc

Browse files
authored
Merge pull request #471 from geolonia/fix-external-style-e2e-test
ビルドせずにE2Eテストを実行した場合にExternal Style Support関連のテストが失敗する問題を修正
2 parents 3e62985 + ff7991e commit 3668dfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ $ cd embed
103103
$ npm install
104104
$ npm start # run dev server
105105
$ npm test # run tests
106+
$ npm run e2e # run e2e tests
106107
$ npm run build # build production bundle
107108
```
108109

docs/e2e/external-style.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
style="width: 100%; height: 400px"
2525
></div>
2626

27-
<script src="../embed.js"></script>
27+
<script src="../embed"></script>
2828
</body>
2929
</html>

0 commit comments

Comments
 (0)