a82f4e1813
The first test is testing a tricky cache scenario with the back when testing variables. The end-to-end package used is testcafe.
9 lines
100 B
JSON
9 lines
100 B
JSON
{
|
|
"devDependencies": {
|
|
"testcafe": "^1.17.1"
|
|
},
|
|
"scripts": {
|
|
"test": "testcafe"
|
|
}
|
|
}
|