diff options
Diffstat (limited to 'lib/compilers/fake-for-test.js')
-rw-r--r-- | lib/compilers/fake-for-test.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/fake-for-test.js b/lib/compilers/fake-for-test.js index ff0c43a7d..e2b1c49ae 100644 --- a/lib/compilers/fake-for-test.js +++ b/lib/compilers/fake-for-test.js @@ -25,6 +25,8 @@ const _ = require('underscore'); class FakeCompiler { + static get key() { return 'fake-for-test'; } + constructor(info) { this.compiler = { id: info.id || 'fake-for-test', |