🔥 logs

This commit is contained in:
abe33 2018-10-08 14:31:03 +02:00
parent 5bfa2b4036
commit c289a42ad0
No known key found for this signature in database
GPG Key ID: C864D42B6A53E85B

View File

@ -9,7 +9,6 @@ const {kite} = require('../../../src/kite');
module.exports = (action) => {
beforeEach('new file action', () => {
console.log(vscode.Uri.file('untitled:' + jsonPath(action.properties.file)))
return vscode.window.showTextDocument(vscode.Uri.parse('untitled:' + jsonPath(action.properties.file)))
.then((editor) => {
return editor;