Instead of copying and writing files on the fly for SEA tests, put the fixtures into a directory and copy them into tmpdir for testing. This allows easier reproduction and debugging when they do fail - we can just copy the entire fixture directory and test directly from there. PR-URL: https://github.com/nodejs/node/pull/61167 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"main": "sea.js",
|
|
"output": "sea-prep.blob",
|
|
"assets": {
|
|
"utf8_test_text.txt": "utf8_test_text.txt",
|
|
"person.jpg": "person.jpg"
|
|
}
|
|
}
|