mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-23 20:24:13 +01:00
Ability to launch unit tests using carma and webpack
This commit is contained in:
@@ -34,11 +34,7 @@ var expression = {
|
||||
},
|
||||
addFactory: function(factory) {
|
||||
this.factories.push(factory);
|
||||
},
|
||||
Operand:Operand,
|
||||
SingleOperandExpression: SingleOperandExpression,
|
||||
ListOfNumbersExpression: ListOfNumbersExpression,
|
||||
MultipleOperandsExpression: MultipleOperandsExpression
|
||||
}
|
||||
};
|
||||
|
||||
// List of numbers
|
||||
|
||||
Reference in New Issue
Block a user