Skip to content

Commit

Permalink
jest
Browse files Browse the repository at this point in the history
  • Loading branch information
vickkie committed Apr 7, 2024
1 parent 0468843 commit 3334702
Show file tree
Hide file tree
Showing 466 changed files with 694 additions and 2,557 deletions.
22 changes: 11 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "13:00"
timezone: "Africa/Nairobi"
open-pull-requests-limit: 2
ignore:
- dependency-name: "@builder.io/partytown"
versions: ["^0.10.x"]
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "13:00"
timezone: "Africa/Nairobi"
open-pull-requests-limit: 4
ignore:
- dependency-name: "@builder.io/partytown"
versions: ["^0.10.x"]
32 changes: 21 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
name: Test Dependabot Updates
on:
pull_request:
branches: [ main ]
types: [opened, synchronize]
pull_request:
branches: [main]
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Cache Node.js modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install Dependencies
run: npm ci

- name: Run Tests
run: npm test
1 change: 1 addition & 0 deletions assets/svg/face.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/svg/happy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/svg/wink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3334702

Please sign in to comment.