Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Mar 1, 2024
1 parent 2d35a39 commit 26aa65b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/materials/EdgeDetectionMaterial.js

This file was deleted.

8 changes: 8 additions & 0 deletions test/materials/SMAAEdgeDetectionMaterial.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test from "ava";
import { SMAAEdgeDetectionMaterial } from "postprocessing";

test("can be created", t => {

t.truthy(new SMAAEdgeDetectionMaterial());

});

0 comments on commit 26aa65b

Please sign in to comment.