Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
3af7f80
fastapi_django_main_live
/
routers
/
ai
/
src
/
TestConfig.gs
kenken999
test
275b9f3
6 months ago
raw
Copy download link
history
blame
186 Bytes
/**
* Represents the test case configuration.
*/
class
TestConfig
{
/**
*
@param
{object} config
*/
constructor
(
config
) {
this
.
testCaseSteps
=
config
.
testCaseSteps
;
}
}