Fix tests
This commit is contained in:
parent
b8e862cb67
commit
5956840217
2 changed files with 1 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ class FakeFileSystemOperations implements FileSystemOperations {
|
||||||
public async listFilesRecursively(
|
public async listFilesRecursively(
|
||||||
_root: RelativePath | undefined
|
_root: RelativePath | undefined
|
||||||
): Promise<RelativePath[]> {
|
): Promise<RelativePath[]> {
|
||||||
throw new Error("Method not implemented.");
|
return ["file.md"];
|
||||||
}
|
}
|
||||||
public async read(_path: RelativePath): Promise<Uint8Array> {
|
public async read(_path: RelativePath): Promise<Uint8Array> {
|
||||||
throw new Error("Method not implemented.");
|
throw new Error("Method not implemented.");
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,6 @@ RUN apt update && \
|
||||||
|
|
||||||
COPY --from=builder /usr/src/backend/target/release/sync_server /app/sync_server
|
COPY --from=builder /usr/src/backend/target/release/sync_server /app/sync_server
|
||||||
|
|
||||||
RUN chmod +x /app/test-entrypoint.sh
|
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
EXPOSE 3000/tcp
|
EXPOSE 3000/tcp
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue