Skip to content

Commit a669a77

Browse files
remove packages
1 parent c910597 commit a669a77

13 files changed

+1030
-10239
lines changed

.github/workflows/integration.yaml

+11-12
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@ name: Integration
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
7-
branches: [ master ]
7+
branches: [master]
88

99
jobs:
1010
testing:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
15-
- uses: actions/checkout@v2
16-
- name: Run automated tests
17-
uses: actions/setup-node@v2
18-
with:
19-
node-version: 16.x
20-
cache: 'npm'
21-
- run: npm ci
22-
- run: npm run build --workspaces
23-
- run: npm test --workspaces --if-present
14+
- uses: actions/checkout@v4
15+
- name: Run automated tests
16+
uses: actions/setup-node@v4
17+
with:
18+
node-version: 20
19+
cache: "npm"
20+
- run: npm ci
21+
- run: npx playwright install
22+
- run: npx playwright test

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
2+
test-results
23
coverage
34
build

package-lock.json

+1,018-9,765
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oscillation/README.md

-58
This file was deleted.

packages/oscillation/jest.config.js

-7
This file was deleted.

packages/oscillation/jest.transform.js

-5
This file was deleted.

packages/oscillation/modules/__mocks__/host.js

-36
This file was deleted.

packages/oscillation/modules/__tests__/requestMotion-test.js

-94
This file was deleted.

packages/oscillation/modules/requestMotion.js

-116
This file was deleted.

0 commit comments

Comments
 (0)