UNPKG

minecraft-data

Version:
9 lines (7 loc) 232 B
/* eslint-env mocha */ const protocolTools = require('../compileProtocol') describe('protocol yaml', () => { it('should be valid and in sync with json', () => { protocolTools.all(protocolTools.validate) }).timeout(9000) })