We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dd7db commit f3b3e1dCopy full SHA for f3b3e1d
docs/adr/0008-database.md docs/adr/0006-database.md
@@ -1,10 +1,10 @@
1
-# ADR 8: Database
+# ADR 6: Database
2
3
Date: 2020-09-10
4
5
## Status
6
7
-Pending
+Approved
8
9
## Context
10
frontend/src/App.test.js frontend/src/__tests__/App.js
@@ -1,6 +1,6 @@
import React from 'react';
import { render } from '@testing-library/react';
-import App from './App';
+import App from '../App';
test('renders Hello World', () => {
const { getByText } = render(<App />);
0 commit comments