UNPKG

@calystral/prettier-plugin-solidity

Version:
6 lines (4 loc) 208 B
const binaryOperatorPrinters = require('../../src/binary-operator-printers'); test('binary operators printers to match snapshot', () => { expect(Object.keys(binaryOperatorPrinters)).toMatchSnapshot(); });