chore: ded
This commit is contained in:
parent
6c78ba9cb4
commit
ea3efdc353
|
@ -18,7 +18,6 @@ describe('Perishable', () => {
|
|||
beforeEach(async () => {
|
||||
entity = await Entity.load({
|
||||
traits: {
|
||||
Existent: {},
|
||||
Perishable: {
|
||||
params: {
|
||||
ttl: 10,
|
||||
|
|
|
@ -82,7 +82,6 @@ describe('Spawner', () => {
|
|||
for (let i = 0; i < COUNT; ++i) {
|
||||
await entity.spawnRaw({
|
||||
traits: {
|
||||
Existent: {},
|
||||
Listed: {},
|
||||
Mobile: {},
|
||||
},
|
||||
|
|
|
@ -52,6 +52,12 @@ export default (latus) => class Animated extends decorate(Trait) {
|
|||
};
|
||||
}
|
||||
|
||||
static dependencies() {
|
||||
return [
|
||||
'Visible',
|
||||
];
|
||||
}
|
||||
|
||||
static describe() {
|
||||
return {
|
||||
isAnimating: {
|
||||
|
|
|
@ -25,7 +25,6 @@ describe('Layer', () => {
|
|||
const {Entity, EntityList, Layer} = latus.get('%resources');
|
||||
entity = await Entity.load({
|
||||
traits: {
|
||||
Existent: {},
|
||||
Layered: {},
|
||||
Listed: {},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user