mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Fix import path for snapshot
This commit is contained in:
parent
3b680c3c11
commit
d6c9c823e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
import { objects } from "./maki-interpreter/objects";
|
||||
import snapshotString from "./maki-interpreter/__snapshots__/objects.test.js.snap";
|
||||
import snapshotString from "./__tests__/__snapshots__/objects.test.js.snap";
|
||||
import methodData from "../resources/maki-skin-data.json";
|
||||
|
||||
const methodsSting =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue