mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-08 03:18:33 +03:00
strip down blueprint structure to what is necessary
This commit is contained in:
@@ -15,9 +15,11 @@ const egInput1 = [
|
||||
|
||||
test('defaultBlueprint exports', t => {
|
||||
const expected = {
|
||||
sheet: {
|
||||
name: null,
|
||||
id: null
|
||||
},
|
||||
name: null,
|
||||
id: null,
|
||||
dialects: ['rest'],
|
||||
resources: {}
|
||||
}
|
||||
t.deepEqual(expected, defaultBlueprint)
|
||||
|
||||
Reference in New Issue
Block a user