Marijana Rukavina
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Marijana Rukavina 创建了一个帖子, Intellisence support for Mocha and Typescript/Javacript
I have following code: import { Shop, VoucherTestData } from '../types/types';import voucherActions from '../actions/common/voucher-actions';import { CheckoutActionsCats } from '../actions/cats/... -
-
Marijana Rukavina 进行了评论, -
Marijana Rukavina 创建了一个帖子, While using Prettier, IntelliJ IDEA keeps removing space between the function and parentheses
I uses Prettier. IntelliJ IDEA does the following: Having this code: describe('My test', function () {}); After reformatting the file it keeps removing the space between function and parentheses so...