We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e62985 + ff7991e commit 3668dfcCopy full SHA for 3668dfc
README.md
@@ -103,6 +103,7 @@ $ cd embed
103
$ npm install
104
$ npm start # run dev server
105
$ npm test # run tests
106
+$ npm run e2e # run e2e tests
107
$ npm run build # build production bundle
108
```
109
docs/e2e/external-style.html
@@ -24,6 +24,6 @@
24
style="width: 100%; height: 400px"
25
></div>
26
27
- <script src="../embed.js"></script>
+ <script src="../embed"></script>
28
</body>
29
</html>
0 commit comments