mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-02 19:17:22 +01:00
18 lines
194 B
JavaScript
Vendored
18 lines
194 B
JavaScript
Vendored
module.exports = {
|
|
presets: [
|
|
[
|
|
'@babel/env',
|
|
{
|
|
targets: {
|
|
node: 6
|
|
}
|
|
}
|
|
]
|
|
],
|
|
env: {
|
|
test: {
|
|
plugins: ['istanbul']
|
|
}
|
|
}
|
|
};
|