6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
const GCode = require('../robot/GCode.js');
|
|
|
|
test('GCode - FPoint', () => {
|
|
var x = GCode.ContainsFilesCommand("FPoint") ;
|
|
expect(x).toBe(true);
|
|
}); |