We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855379f commit e5c7c0dCopy full SHA for e5c7c0d
tests/unit/binary-operation.test.js
@@ -1,6 +1,6 @@
1
const genericPrint = require('../../src/printer');
2
3
-test('given an unknown module type then genericPrint function should throw', () => {
+test('given an unknown operator then the BinaryOperation print function should throw', () => {
4
const mockPath = {
5
getValue: () => ({ type: 'BinaryOperation', operator: '?' })
6
};
0 commit comments