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