mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
5 lines
234 B
Bash
5 lines
234 B
Bash
mkdir -p test/lib
|
|
cp node_modules/jasmine-core/lib/jasmine-core/{jasmine.css,jasmine.js,jasmine-html.js,boot.js} test/lib/
|
|
cp node_modules/jasmine-jquery/lib/jasmine-jquery.js test/lib/
|
|
cp node_modules/jquery/dist/jquery.js test/lib/
|