Skip to content

Commit

Permalink
test: Add ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed May 8, 2019
1 parent b5894d9 commit 5b52419
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/vpt/mesh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export class Mesh {
}
}

/* istanbul ignore next */
public static setNormal(rgv: Vertex3DNoTex2[], rgi: number[], count: number, applyCount = 0): void {

const rgvApply = rgv;
Expand Down
2 changes: 2 additions & 0 deletions lib/vpt/texture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ export class Texture extends BiffParser {
let compressedLen: number;
[ this.pdsBuffer, compressedLen ] = await BaseTexture.get(storage, itemName, offset, this.width, this.height);
return compressedLen + 4;

/* istanbul ignore next: duh. */
case 'LINK': logger().warn('[Texture.fromTag] Ignoring LINK tag for %s at %s, implement when understood what it is.', this.szName, this.storageName); break;

/* istanbul ignore next: legacy vp9 */
Expand Down
Binary file modified test/fixtures/table-primitive.vpx
Binary file not shown.

0 comments on commit 5b52419

Please sign in to comment.