Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Dec 19, 2023
1 parent 2f52d41 commit 410e7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"include": [
"**/*.ts",
"../test/**/*.ts"
]
],
"extends": "../tsconfig.json"
}
2 changes: 1 addition & 1 deletion test/pv_file.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
specific language governing permissions and limitations under the License.
*/

import { fromPublicDirectory, open } from '../src';
import { fromPublicDirectory, open } from '../';

const buildData = (size: number) => {
const data = new Uint8Array(size);
Expand Down

0 comments on commit 410e7b9

Please sign in to comment.