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 27, 2022
1 parent 18265c0 commit 874a89e
Show file tree
Hide file tree
Showing 25 changed files with 1,679 additions and 888 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 }}
8 changes: 7 additions & 1 deletion .vscode/settings.json
Expand Up @@ -80,7 +80,13 @@
"map": "cpp",
"set": "cpp",
"unordered_set": "cpp",
"numeric": "cpp"
"numeric": "cpp",
"regex": "cpp",
"list": "cpp",
"__functional_03": "cpp",
"__functional_base_03": "cpp",
"charconv": "cpp",
"memory_resource": "cpp"
},
"git.ignoreLimitWarning": true
}

0 comments on commit 874a89e

Please sign in to comment.