File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Mocks the WebSerial API to test Arduino Uploaders Playwright
66
77Install the package with ` yarn add -D @leaphy-robotics/playwright-arduino ` or using NPM ` npm i --save-dev @leaphy-robotics/playwright-arduino ` .
88
9- ``js
9+ ``` js
1010import { test , expect } from ' @playwright/test' ;
1111import setup from ' @leaphy-robotics/playwright-arduino' ;
1212
@@ -16,7 +16,7 @@ test('test', async ({ page }) => {
1616 // Your test code
1717 ...
1818});
19- ``
19+ ```
2020
2121## Development
2222
Original file line number Diff line number Diff line change 11{
22 "name" : " @leaphy-robotics/playwright-arduino" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " LGPL-3.0-only" ,
55 "main" : " ./dist/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments