Skip to content

Commit

Permalink
feature: implement setTimeout, setInterval, clearTimeout, and clearIn…
Browse files Browse the repository at this point in the history
…terval
  • Loading branch information
JakeChampion committed Oct 19, 2022
1 parent c4cd8f2 commit 7de0b1a
Show file tree
Hide file tree
Showing 10 changed files with 1,638 additions and 119 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -496,3 +496,14 @@ jobs:
with:
fixture: 'status'
fastly-api-token: ${{ secrets.FASTLY_API_TOKEN }}
e2e-timers:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v2
with:
submodules: false
- uses: ./.github/actions/e2e
with:
fixture: 'timers'
fastly-api-token: ${{ secrets.FASTLY_API_TOKEN }}

0 comments on commit 7de0b1a

Please sign in to comment.