@indra.ai/deva.kshatriya
Version:
The Kshatriya Deva aka #KshatriyaTaxCollectorMan where his peculiar duty is conquest, and he must not turn back in danger. Having protected the Vaisyas by his weapons. He may cause the legal tax to be collected.
22 lines (19 loc) • 647 B
JavaScript
;
// Copyright ©2025 Quinn A Michaels; All rights reserved.
// Legal Signature Required For Lawful Use.
// Distributed under VLA:44214924915497681153 LICENSE.md
const {expect} = require('chai')
const :key: = require('./index.js');
describe(indra.me.name, () => {
beforeEach(() => {
return indra.init()
});
it('Check the DEVA Object', () => {
expect(indra).to.be.an('object');
expect(indra).to.have.property('agent');
expect(indra).to.have.property('vars');
expect(indra).to.have.property('listeners');
expect(indra).to.have.property('methods');
expect(indra).to.have.property('modules');
});
})