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