Skip to content

Commit

Permalink
chore: refactor request_behavior into reusable ts file for http and h…
Browse files Browse the repository at this point in the history
…ttps tests for avoid constant top switching
  • Loading branch information
AtofStryker committed Feb 15, 2023
1 parent 12a4a06 commit 4101f91
Show file tree
Hide file tree
Showing 4 changed files with 1,461 additions and 1,458 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import request_behavior_suite from './request_behavior'

request_behavior_suite('http')
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import request_behavior_suite from './request_behavior'

request_behavior_suite('https')
Loading

0 comments on commit 4101f91

Please sign in to comment.