mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
module.exports = {
|
|
extends: '@urbit',
|
|
env: {
|
|
'jest': true
|
|
}
|
|
};
|