f683b9e770
. Currently developed against a Linux machine . POM design . README.md states how to get up and running on Linux WIP - areas of focus inbound -> . CI . Test suite configuration . Working on multiple platforms . Improve selector selection to reduce fragility in the future
12 lines
204 B
JavaScript
12 lines
204 B
JavaScript
module.exports = {
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "14"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
} |