Skip to content

Commit

Permalink
Added axios-mock-adapter to the test html for frontend integration te…
Browse files Browse the repository at this point in the history
…st to match supertokens-website (#187)

Co-authored-by: Mihaly Lengyel <mihaly.lengyel@tresorit.com>
  • Loading branch information
porcellus and Mihaly Lengyel committed Oct 1, 2021
1 parent 595fbf5 commit 6613ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/frontendIntegration/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://unpkg.com/axios-mock-adapter/dist/axios-mock-adapter.js"></script>

<script>
async function getNumberOfTimesRefreshCalled(BASE_URL = "http://localhost.org:8080") {
Expand Down

0 comments on commit 6613ff5

Please sign in to comment.