PR feedback

This commit is contained in:
Sean Lilley 2019-10-27 13:30:51 -04:00
parent 07182a6d8e
commit 2a7f0e5c7b
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ describe('loadObj', () => {
}
});
it('does not add missing normals and uvs', async() => {
it('does not add missing normals and uvs', async () => {
const data = await loadObj(objMissingAttributesPath, options);
const primitive = getPrimitives(data)[0];
expect(primitive.positions.length).toBeGreaterThan(0);