mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
7 lines
72 B
JavaScript
7 lines
72 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
ui: 'tdd',
|
|
reporter: 'landing'
|
|
};
|